Michael Droettboom wrote:
> All that said, you could experiment with rendering to a vector format 
> (e.g. Pdf or Svg) and then have wxPython render it directly with each 
> window resize. 

If you did want to go that route, someone wrote a SVG renderer for 
wxPython -- search the wxpython-users list to find it.

I do question why you want this -- MPLs current behavior generally makes 
the most sense -- you generally want the same font sizes and line 
thicknesses in a GUI app regardless of how large your Window is.

Unless you really need it to look that same as it would on paper, for 
instance.

-Chris




-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

[EMAIL PROTECTED]

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to