Re: [Matplotlib-users] how to put grid under the plot lines?

2009-05-11 Thread oh42
awesome! exactly what i needed. thanks a bunch! -- View this message in context: http://www.nabble.com/how-to-put-grid-under-the-plot-lines--tp23474184p23494506.html Sent from the matplotlib - users mailing list archive at Nabble.com. ---

Re: [Matplotlib-users] problem with usetex & \color

2009-05-11 Thread Jae-Joon Lee
> > The resulting graph is not colored -- but in the directory > ~/.matplotlib/tex.cache/ the text is green, both in the dvi and the png > file! > > It therefore seems to me that this is not completely hopeless but I > cannot figure out how to proceed. > As far as I know, in matplotlib, all the te

Re: [Matplotlib-users] Boxplots overlayed with plots

2009-05-11 Thread C M
On Mon, May 11, 2009 at 3:06 AM, Eric Firing wrote: > C M wrote: >> >> On Mon, May 11, 2009 at 12:52 AM, Gökhan SEVER >> wrote: >>> >>> And the answer is: >>> >>> axis(xmin=..., xmax=...) >>> >>> Probably, that was a very easy question and no one wanted to answer :) >>> >>> Gökhan >>> >>> >>> On

[Matplotlib-users] contourf/colorbar logarithmic value scale

2009-05-11 Thread Christian K .
Hi, could someone please point me to an example which shows how to achieve a filled contour plot with a logarithmic value scale both for the contour data and the colorbar? Thanks in advance, Christian -- The NEW KODA

Re: [Matplotlib-users] how to put grid under the plot lines?

2009-05-11 Thread John Hunter
On Sun, May 10, 2009 at 4:22 PM, oh42 wrote: > > Pl see picture below. The grid always shows on top of the plot lines. Is it > possible to put it below? When creating the axes or subplot, set axisbelow=True ax = fig.add_subplot(111, axisbelow=True) There is an rc param 'axes.axisbelow' to cha

[Matplotlib-users] how to put grid under the plot lines?

2009-05-11 Thread oh42
Pl see picture below. The grid always shows on top of the plot lines. Is it possible to put it below? Thanks! http://www.nabble.com/file/p23474184/gridlines.gif -- View this message in context: http://www.nabble.com/how-to-put-grid-under-the-plot-lines--tp23474184p23474184.html Sent from the

Re: [Matplotlib-users] Boxplots overlayed with plots

2009-05-11 Thread Eric Firing
C M wrote: > On Mon, May 11, 2009 at 12:52 AM, Gökhan SEVER wrote: >> And the answer is: >> >> axis(xmin=..., xmax=...) >> >> Probably, that was a very easy question and no one wanted to answer :) >> >> Gökhan >> >> >> On Sun, May 10, 2009 at 4:12 PM, Gökhan SEVER wrote: >>> Hello, >>> >>> I over