[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

[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,

[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