> He also asked if it would be a good idea to render multiple figures into a 
> tab 
> widget instead of creating multiple windows. Its an interesting idea, but 
> since the size of each figure may vary, it would mean each figure would have 
> to be rendered into a scrollable area. That might be a useful thing to do in 
> general, because we could then render figures that are larger than the 
> screen, but then we would need a new way to change the size of the canvas 
> because it wouldn't be coupled with the size of the window like it is now. 

True. I would wire the + and - keys to zooming actions that preserve the
aspect ratio, which I'd take to be the same as the aspect ratio of the
"host" window, even if there are scrollbars. This decoupling of aspect
ratio and resolution seems rather natural to me, from a user interaction
point of view.

-- O.L.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to