Re: [Matplotlib-users] pylab, twinx, and displayed coordinates

2011-09-24 Thread Paul Ivanov
On Sat, Sep 24, 2011 at 3:59 AM, Andreas Matthias wrote: > Hmm. I do not get a reversed list of axes. This is the output of > the example code below: > > [, object at 0x8f633ec>] > [, object at 0x8f633ec>] This doesn't seem right - for me that code results in: [, ] [, ] can you try explicitly

[Matplotlib-users] Multiple axes related questions

2011-09-24 Thread Gökhan Sever
Hello, Please consider my attached examples. hw3.py nicely produces multiple axes electromagnetic spectrum with solar and terrestrial radiation plotted using Planck's function. However, the major and minor ticks placements are not nice in those plots and I have decided to use the new axis_grid1 in

Re: [Matplotlib-users] Need help with Darren Dale qt example of extending Toolbar

2011-09-24 Thread Vineet Jain
HI modified one of the examples and it brings up the chart window with the custom toolbar. However, nothing happens with the "pickevent" """ This demo demonstrates how to embed a matplotlib (mpl) plot into a PyQt4 GUI application, including: * Using the navigation toolbar * Adding data to the plo

[Matplotlib-users] Need help with Darren Dale qt example of extending Toolbar

2011-09-24 Thread Vineet Jain
Hi, I'm looking at Darren's example of extending matplotlib's toolbar from 2008. Any ideal where I can find the base class MplToolbar? Can some just help me with figuring out which example in matplotlib 1.01 I should start with to use his cutom ToolBar? http://www.mailinglistarchive.com/html/matp

Re: [Matplotlib-users] pylab, twinx, and displayed coordinates

2011-09-24 Thread Andreas Matthias
Paul Ivanov wrote: > On Fri, Sep 23, 2011 at 2:08 PM, Andreas Matthias > wrote: >> In the following example the coordinates of the mouse >> cursor displayed in the pylab window belong to the >> second y-axis. But I would prefer to have the coordinates >> of the first y-axis to be displayed. Is th

Re: [Matplotlib-users] Error when zooming manually with the mouse outside of the axes

2011-09-24 Thread Paul Ivanov
Hi Eric, On Wed, Sep 21, 2011 at 9:11 AM, Eric O LEBIGOT (EOL) wrote: > With the Mac OS X backend (at least…), error messages are repeatedly printed > when the mouse leaves the axes rectangle: > >  File > "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mat

[Matplotlib-users] Bug/error when zooming

2011-09-24 Thread Eric O LEBIGOT (EOL)
[Reposting this because it has been "pending" for 2 days] With the Mac OS X backend (at least…), when zooming (with the rubberband rectangle), error messages are repeatedly printed when the mouse leaves (goes outside) the axes rectangle: Traceback (most recent call last): File "/opt/local/Li