I'm using matplotlib for drawing lines, points and circles basically. I 
have 2 problems i can't solve by myself and it's hard to solve them not 
digging into source i think.
First problem: I got an instance of figure class and i want to preserve 
it during closing and reopening the output window. I'm curious what is 
happening after clicking on close button on the main widow and is there 
any way to reopen previously saved figure, and if yes how to save that 
figure for future reopenings.
Second problem: I want to achieve 3 things simultaneously,
a) have the axes extended on the whole figure area
b) unit distance on y axis has to be the same as unit distance on x axis
c) all above has to work well with autoscale(), i want to have a lot of 
artists on the axes
The best thing i have is setting aspect as equal and using autoscale, 
but it fix axes to be same lenght and i don't want axes to be same 
length i want the unit distance to be the same

Thanks for any help,
Maciek

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to