Re: [Matplotlib-users] [email protected]

2008-11-06 Thread Michael Droettboom
Why are you turning autoscaling off and on? When you turn it off, the autoscale mechanism effectively "ignores" any plots until you turn it back on. If you remove gca().set_autoscale_on(False) all seems to work fine. Is your question that you want to autoscale to a plot after creating it?

[Matplotlib-users] [email protected]

2008-11-06 Thread paratribulations
Hi everybody, I have a problem with my application using Tkinter. To simplify, here follows a small program showing the encountered problem: from pylab import * a = arange( 10 ) plot( 0.5*a, cos(a) ) gca().set_autoscale_on(False) plot( a, cos(a), 'r' ) gca().set_autoscale_on

Re: [Matplotlib-users] [email protected]

2007-06-27 Thread Ryan Krauss
Sorry, forgot to copy the list. On 6/27/07, Ryan Krauss <[EMAIL PROTECTED]> wrote: > I think what you are asking is how to make mpl plot different line > types in colors and styles that are easily distinguishable when > plotted in grayscale. I had tinkered with this a bit in the past and > the fi

Re: [Matplotlib-users] [email protected]

2007-06-27 Thread massimo sandal
Emmanuel Favre-Nicolin ha scritto: Hi, I didn't find any tip for preparation of simple black and white 2D plot, especially for nice output in eps for publication. Any suggestions are welcome. I don't get it. What kind of tips do you need? How to change the plot colour? m. -- Massimo San

[Matplotlib-users] [email protected]

2007-06-27 Thread Emmanuel Favre-Nicolin
Hi, I didn't find any tip for preparation of simple black and white 2D plot, especially for nice output in eps for publication. Any suggestions are welcome. - This SF.net email is sponsored by DB2 Express Download DB2 Expres