Re: [Matplotlib-users] re sizing behaviour like in Mircrocal Origin

2008-05-21 Thread Jürgen Waser
PROTECTED] An: John Hunter [EMAIL PROTECTED] CC: DaFudl [EMAIL PROTECTED], matplotlib-users@lists.sourceforge.net Betreff: Re: [Matplotlib-users] re sizing behaviour like in Mircrocal Origin Doh! Why didn't I think of that? Mike John Hunter wrote: On Jan 14, 2008 3:55 PM, Michael Droettboom

[Matplotlib-users] re sizing behaviour like in Mircrocal Origin

2008-01-14 Thread DaFudl
I integrated mpl into my wxPython application for plotting simple lines. I would like my canvas to behave differently when the containing window is being resized. At the moment all text, all lines, all markers, the legend... remain in the same state (same size and thickness) regardless whether

Re: [Matplotlib-users] re sizing behaviour like in Mircrocal Origin

2008-01-14 Thread Michael Droettboom
DaFudl wrote: I integrated mpl into my wxPython application for plotting simple lines. I would like my canvas to behave differently when the containing window is being resized. At the moment all text, all lines, all markers, the legend... remain in the same state (same size and thickness)

Re: [Matplotlib-users] re sizing behaviour like in Mircrocal Origin

2008-01-14 Thread John Hunter
On Jan 14, 2008 3:55 PM, Michael Droettboom [EMAIL PROTECTED] wrote: I think what you're asking for would require a pretty major overhaul of matplotlib. The fact that all the text etc. remains the same size is a matplotlib is designed to scale in the way Jurgen requests with DPI (eg fonts,

Re: [Matplotlib-users] re sizing behaviour like in Mircrocal Origin

2008-01-14 Thread Chris Sontag
Jurgen, I generally lurk on the list, but I'll speak up now since I have basically done what you are talking about. I integrated MPL (TkAgg) into an existing application that resizes (PyRAF). The path I chose isn't particularly pretty, but it does the job and sounds like it might be flexible

Re: [Matplotlib-users] re sizing behaviour like in Mircrocal Origin

2008-01-14 Thread Michael Droettboom
Doh! Why didn't I think of that? Mike John Hunter wrote: On Jan 14, 2008 3:55 PM, Michael Droettboom [EMAIL PROTECTED] wrote: I think what you're asking for would require a pretty major overhaul of matplotlib. The fact that all the text etc. remains the same size is a matplotlib is

Re: [Matplotlib-users] re sizing behaviour like in Mircrocal Origin

2008-01-14 Thread Christopher Barker
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