On 6/22/07, Antonio Gonzalez <[EMAIL PROTECTED]> wrote:
> I'm seeing a rather odd behaviour when plotting (using mpl 3405):
> - create a figure with two subplots
> - plot something on each axis
> - plot an extra something on the first axis USING A SYMBOL
> - set axis off
> - show()
> Result: the second plot won't be shown

Truly an interesting bug.  It doesn't show up in PS but does in Agg.
The most likely explanation is that the draw marker function is
setting a clip path that isn't properly getting cleared and subsequent
draws are being clipped to the original axes.

I'll look into it.

JDH

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to