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
"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?'
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,
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
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
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
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
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
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