Re: [Matplotlib-users] change default format of ticks on vertical axis

2011-03-08 Thread Mark Bakker
Works great Eric. Is this in the documentation somewhere? Thanks, Mark From: Eric Firing efir...@hawaii.edu On 03/07/2011 11:51 AM, Mark Bakker wrote: My values on the vertical axis are large, but the range is small: plot([3004,3005,3006]) By default this plots 0,1,2 as tickmarks along

Re: [Matplotlib-users] change default format of ticks on vertical axis

2011-03-08 Thread Eric Firing
On 03/08/2011 09:53 AM, Mark Bakker wrote: Works great Eric. Is this in the documentation somewhere? Probably only in the change notes and in the docstrings. http://matplotlib.sourceforge.net/_static/CHANGELOG Eric Thanks, Mark From: Eric Firing efir...@hawaii.edu

[Matplotlib-users] change default format of ticks on vertical axis

2011-03-07 Thread Mark Bakker
Hello List, My values on the vertical axis are large, but the range is small: plot([3004,3005,3006]) By default this plots 0,1,2 as tickmarks along the vertical axis, and then at the top of the vertical axis is prints +3.005e3. I prefer to simply get 3004,3005,3006 at the tickmarks. Any

Re: [Matplotlib-users] change default format of ticks on vertical axis

2011-03-07 Thread Benjamin Root
On Mon, Mar 7, 2011 at 3:51 PM, Mark Bakker mark...@gmail.com wrote: Hello List, My values on the vertical axis are large, but the range is small: plot([3004,3005,3006]) By default this plots 0,1,2 as tickmarks along the vertical axis, and then at the top of the vertical axis is prints

Re: [Matplotlib-users] change default format of ticks on vertical axis

2011-03-07 Thread Eric Firing
On 03/07/2011 11:51 AM, Mark Bakker wrote: Hello List, My values on the vertical axis are large, but the range is small: plot([3004,3005,3006]) By default this plots 0,1,2 as tickmarks along the vertical axis, and then at the top of the vertical axis is prints +3.005e3. I prefer to