The clipping rectangle was using inverted y-coordinates (origin at 
bottom), rather than origin at top.  This has been fixed in SVN trunk r5067.

FWIW, this seems to be specific to the Wx rendering backend, and doesn't 
happen with Agg, Gtk, Cairo etc.

Cheers,
Mike

Brian Blais wrote:
> On Apr 23, 2008, at Apr 23:9:17 PM, Joshua Lippai wrote:
>
>> I should note that I'm doing this on OS X 10.5.2, but I don't imagine
>> Tiger would have a problem Leopard doesn't have.
>
> you do indeed have the problem.  If you change the subplot(211) to 
> subplot(111) you'll see the proper plot (a sine wave).  For some 
> reason, when you try to subplot with 2 rows and 2 columns (and 
> probably more) the line doesn't appear on the plot.  what it should 
> look like, and does with .91.2, is attached.
>
>
> bb
>
> -- 
> Brian Blais
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> http://web.bryant.edu/~bblais <http://web.bryant.edu/%7Ebblais>
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
> Don't miss this year's exciting event. There's still time to save $100. 
> Use priority code J8TL2D2. 
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> ------------------------------------------------------------------------
>
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>   

-- 
Michael Droettboom
Science Software Branch
Operations and Engineering Division
Space Telescope Science Institute
Operated by AURA for NASA


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to