[Matplotlib-users] Matplotlib 1.0.0 OS X Binaries for Python 2.7?

2010-08-30 Thread Åke Kullenberg
I've seen some posts asking for the same thing, but there's been quite some time now. Does anyone know the progress? Should I wait, or just downgrade to 2.6 for now? Thanks -- Sell apps to millions through the Intel(R)

[Matplotlib-users] Can't import pyplot, symbol not found error instead

2010-10-03 Thread Åke Kullenberg
I just installed matplotlib-1.0.0 on my system (Snow Leopard, python 2.7), but somehow when I try to import pyplot i get the error below. For reference, I installed matplotlib from source. Prior to that I installed libpng-1.4.4 and freetype-2.4.2 the usual way (./configure, make, make install)

Re: [Matplotlib-users] Can't import pyplot, symbol not found error instead

2010-10-05 Thread Åke Kullenberg
-applicable recommendations. Concerning your message: 2010/10/3 Åke Kullenberg ake.kullenb...@gmail.com: I just installed matplotlib-1.0.0 on my system (Snow Leopard, python 2.7), but somehow when I try to import pyplot i get the error below. For reference, I installed matplotlib from source

[Matplotlib-users] Events not registering in FigureCanvasWxAgg

2010-10-07 Thread Åke Kullenberg
I am using Python 2.7 and Matplotlib 1.0.0 and I am having problems getting events triggering in this example below. I have taken the draggable rectangle example (with blit) code from the event handling documentation ( http://matplotlib.sourceforge.net/users/event_handling.html) and tried to put

[Matplotlib-users] Exclude invisible artists from a relim() and autoscale_view()?

2010-12-15 Thread Åke Kullenberg
I am using matplotlib in a wxpython application where series are added dynamically to subplots in a figure. I added the very handy option to toggle series' visibility (by calling set_visible(False). The catch is however that the invisible series are included in the rescaling of the artists (Line2D

Re: [Matplotlib-users] Exclude invisible artists from a relim() and autoscale_view()?

2010-12-15 Thread Åke Kullenberg
I added a feature request. It would be awesome to just have an extra tag whether to include invisible artists. On Wed, Dec 15, 2010 at 10:36 PM, Benjamin Root ben.r...@ou.edu wrote: On Wed, Dec 15, 2010 at 8:13 AM, Åke Kullenberg ake.kullenb...@gmail.comwrote: I am using matplotlib

[Matplotlib-users] Help with strange add_subplot behavior after change_geometry()...

2010-12-15 Thread Åke Kullenberg
I am using matplotlib in wxpython to dynamically add subplots to a figure and I am using the geometry_change() method to manage how they are shown. Basically I want all subplot to share the space evenly in one column. With the simple test code I have pasted in below I have run into some weird

Re: [Matplotlib-users] Help with strange add_subplot behavior after change_geometry()...

2010-12-15 Thread Åke Kullenberg
= self.figure.add_subplot(n_before + 1, 1, n_before + 1) to subplot = self.figure.add_subplot(n_before + 1, 1, n_before + 1, label='%s' % self.c) and everything works as advertised. On Thu, Dec 16, 2010 at 10:48 AM, Åke Kullenberg ake.kullenb...@gmail.comwrote: I am using matplotlib in wxpython to dynamically add

[Matplotlib-users] Auto-scale within current xlim and not full x-axis?

2010-12-27 Thread Åke Kullenberg
Is it possible to have autoscale for the yaxis use only the current xlim rather than the whole series that was plotted? For example, if I have a 2 year time-series with current xlim set to only show a 1 year span, how can I get matplotlib to base the autoscale for the y-axis on the 1 year span

[Matplotlib-users] Strange FigureCanvasWxAgg event behavior in Matplotlib 1.1.0 and wxPython 2.9.2.4

2011-10-11 Thread Åke Kullenberg
I initially asked this question in the wxPython-users mailing-list ( http://groups.google.com/group/wxpython-users/browse_thread/thread/fe2a0a55dd09ef4a#), but I figured Matplotlib-users would be a good place to ask in too. I am using Matplotlib 1.1.0 in wxPython 2.9.2.4 through FigureCanvasWxAgg

[Matplotlib-users] New animation framework?

2011-12-11 Thread Åke Kullenberg
I am a heavy user of the animation blit technique as descried here http://matplotlib.sourceforge.net/users/event_handling.html#draggable-rectangle-exercise and here http://www.scipy.org/Cookbook/Matplotlib/Animations. I just saw there is a new animation framework. Is this framework meant to

Re: [Matplotlib-users] New animation framework?

2011-12-12 Thread Åke Kullenberg
Firing efir...@hawaii.edu wrote: On 12/10/2011 11:27 PM, Åke Kullenberg wrote: I am a heavy user of the animation blit technique as descried here http://matplotlib.sourceforge.net/users/event_handling.html#draggable-rectangle-exerciseand here http://www.scipy.org/Cookbook/Matplotlib