Re: [Matplotlib-users] a bug in tex formatting?

2007-04-16 Thread Cohen-Tanugi, Johann
hello, I have built matplotlib from the head of SVN, just a few minutes ago, and the incorrect parsing of 'A\tilde{B}' is still there for me.. Johann - This SF.net email is sponsored by DB2 Express Download DB2 Express C

Re: [Matplotlib-users] Omitting curves from a legend

2007-04-16 Thread Jouni K . Seppänen
"Bill Baxter" <[EMAIL PROTECTED]> writes: > Documentation issue/question: I figured there was probably some way > to set attributes individually using the return value from contour > since contour's docstring helpfully tells me that countour returns a > ContourSet object. However, 'ContourSet?'

Re: [Matplotlib-users] Omitting curves from a legend

2007-04-16 Thread Bill Baxter
Ok. Thanks. I'll give the setp on the ContourSet thing a try. Documentation issue/question: I figured there was probably some way to set attributes individually using the return value from contour since contour's docstring helpfully tells me that countour returns a ContourSet object. However,

Re: [Matplotlib-users] Omitting curves from a legend

2007-04-16 Thread Eric Firing
Maybe I should make _nolegend_ the default for contour and contourf collections? Eric John Hunter wrote: > On 4/13/07, Bill Baxter <[EMAIL PROTECTED]> wrote: >> There are a couple things about legend that I'm finding a little >> irksome. Is there some better way to do this? >> >> 1) if you have

Re: [Matplotlib-users] Omitting curves from a legend

2007-04-16 Thread John Hunter
On 4/13/07, Bill Baxter <[EMAIL PROTECTED]> wrote: > There are a couple things about legend that I'm finding a little > irksome. Is there some better way to do this? > > 1) if you have a contour, legend() wants to add all the contours to > the list. calling contour(...,label='_nolegend_') doesn't

Re: [Matplotlib-users] Fatal Python error: deallocating None

2007-04-16 Thread John Hunter
On 4/13/07, John Morgan <[EMAIL PROTECTED]> wrote: > I'm using matplotlib with Python 2.4.4 to make scatter plots of a > reasonably large dataset. Specifically about 200 plots with around > 3224 points each. Unfortunately after about 30-40 plots, python > invariably crashes with the error: > Could

Re: [Matplotlib-users] Replot ?

2007-04-16 Thread John Hunter
On 4/16/07, marco cammarata <[EMAIL PROTECTED]> wrote: > Dear matplotlib users, > > I have the following problem, > > I need to plot an array of data as function of a parameter. > The example below will clarify what I mean. > The problem is that I don't know how to update the plot > > # (this x,y a

[Matplotlib-users] Replot ?

2007-04-16 Thread marco cammarata
Dear matplotlib users, I have the following problem, I need to plot an array of data as function of a parameter. The example below will clarify what I mean. The problem is that I don't know how to update the plot # (this x,y are to simulate my actual data) x=arange(100) y=x**2 xc=50 xc_gt_0=whe

Re: [Matplotlib-users] Matplotlib 0.90.0 on OS-X with wxPython2.8.3

2007-04-16 Thread Christopher Barker
Stephen Uhlhorn wrote: > What impact does disabling the "accelerator" have? Will this slow down > plotting in some situations? yes. the accelerator uses C++ code to build a wxImage from the Agg buffer, so it *should* be a bit faster at transferring the image to the screen. If you're drawing is