[Matplotlib-users] yaxis labels on both sides

2009-08-27 Thread Peter Saffrey
Some of my plots are very wide. I'd like Y axis labels on both sides so 
that it's clearer to read the bars towards the right hand side.

I can change the ticks with yaxis.set_ticks_position(both) but there 
doesn't seem to be a similar call for labels. Any ideas?

Thanks,

Peter

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[Matplotlib-users] Legend over plot lines

2008-09-26 Thread Peter Saffrey
Is there a way to automatically resize plots (and subplots) and 
move/resize plot legends so that they don't obscure the plotted data? I 
have this problem especially on plots with 4 or 5 tracks.

I can post an example, but I wasn't sure of the etiquette of posting 
images to this list.

Cheers,

Peter

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


[Matplotlib-users] Interactive animation

2008-09-11 Thread Peter Saffrey
I'm trying to develop an application for interactive graph layout using 
networkx and matplotlib. My idea is to use the usual spring layout, 
where nodes repel each other and edges act as attractive forces between 
nodes, but have the layout happen in real time on the screen. The user 
can also interact with the layout by dragging the nodes and the graph 
will respond again in real time.

I've worked my way through the interactive and animation examples for 
matplotlib, which seem fine but I can't figure out how to combine them. 
What I'd like to get me started is to attach an event listener to the 
plot in anim.py so I can start and stop it with a mouse or key event. 
Can anybody point me in the right direction?

Thanks,

Peter

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users