Re: [Matplotlib-users] Fwd: zoomed in detail box

2012-09-12 Thread darkside
Thank you for your help. A simple example that doesn't work for me is: import pylab as p import numpy as np from mpl_toolkits.axes_grid.inset_locator import zoomed_inset_axes from mpl_toolkits.axes_grid.inset_locator import mark_inset from

Re: [Matplotlib-users] Fwd: zoomed in detail box

2012-09-12 Thread Jae-Joon Lee
Your code works as expected in my side. So, changing (0.5, 0.5) to something like (0.6, 0.5) has no effect in your side? Hmm, what is you matplotlib version? Maybe this is a bug in old version of matplotlib. Regards, -JJ On Wed, Sep 12, 2012 at 6:16 PM, darkside in.the.darks...@gmail.com

Re: [Matplotlib-users] zoomed in detail box

2012-09-12 Thread Dale Chayes
[replying only to the list -Dale] On Sep 12, 2012, at 07:02 , Jae-Joon Lee wrote: Your code works as expected in my side. I wasn't quite sure what to expect, but based on Jae-Joon's note: So, changing (0.5, 0.5) to something like (0.6, 0.5) has no effect in your side? It seems to work on

Re: [Matplotlib-users] a memory leak in matplotlib plot embedded inwxpython

2012-09-12 Thread Barraclough, Dominic (ext. 414)
Happiness - Upgrading numpy to v 1.6.2 - I had been using 1.6.0b - seems to have fixed things - my app's memory usage is now flat. Dominic From: Barraclough, Dominic (ext. 414) [mailto:d...@qvii.com] Sent: Tuesday, September 11, 2012 4:28 PM To:

Re: [Matplotlib-users] legend(loc='best') not so great

2012-09-12 Thread Aronne Merrelli
On Tue, Sep 11, 2012 at 10:49 AM, Damon McDougall damon.mcdoug...@gmail.com wrote: On Tue, Sep 11, 2012 at 3:34 PM, Neal Becker ndbeck...@gmail.com wrote: OK, I've attached my sanitized example ImportError: No module named pandas. Can you provide an example that doesn't depend on pandas?

Re: [Matplotlib-users] legend(loc='best') not so great

2012-09-12 Thread Damon McDougall
On Wed, Sep 12, 2012 at 5:57 PM, Aronne Merrelli aronne.merre...@gmail.com wrote: On Tue, Sep 11, 2012 at 10:49 AM, Damon McDougall damon.mcdoug...@gmail.com wrote: On Tue, Sep 11, 2012 at 3:34 PM, Neal Becker ndbeck...@gmail.com wrote: OK, I've attached my sanitized example ImportError: No

Re: [Matplotlib-users] Drag, add, remove points from a plot with the mouse

2012-09-12 Thread Filipe Pires Alvarenga Fernandes
After some modifications and manual reading I got insert point and delete point working, but I still cannot make the drag point work... -Filipe On Wed, Sep 12, 2012 at 4:04 PM, Filipe Pires Alvarenga Fernandes ocef...@gmail.com wrote: Hi all, I am trying to create a class to edit the points

Re: [Matplotlib-users] Drag, add, remove points from a plot with the mouse

2012-09-12 Thread Filipe Pires Alvarenga Fernandes
OK, a little bit more of manual reading I got the drag point working. Now, even though it works, I would like the opinion of someone with more experience on event handling to improve that. Thanks, Filipe On Wed, Sep 12, 2012 at 6:14 PM, Filipe Pires Alvarenga Fernandes ocef...@gmail.com wrote:

[Matplotlib-users] linestyles in matplotlib.pyplot.plot

2012-09-12 Thread Goutam Paul
It seems that there are only five line-styles: - (solid) – default -- (dashed) -. (dash dot) : (dotted) None or or (nothing) What if I want to have more linestyles? Say, ++, **, xx, ~~, etc. Is it possible to have user-defined linestyles? How?

Re: [Matplotlib-users] linestyles in matplotlib.pyplot.plot

2012-09-12 Thread Damon McDougall
On Wed, Sep 12, 2012 at 11:31 PM, Goutam Paul goutam.p...@ieee.org wrote: It seems that there are only five line-styles: - (solid) – default -- (dashed) -. (dash dot) : (dotted) None or or (nothing) What if I want to have more linestyles? Say, ++, **, xx, ~~, etc. Is it possible to