Re: [Matplotlib-users] noob questions

2007-05-24 Thread Jesper Larsen
Hi Trevis, On Wednesday 23 May 2007 17:17, Trevis Crane wrote: 1) It's pretty easy to include text on a graph, but are LaTex strings supported? That is, I want to write something like this on my plot: '\Phi_0 = blah...'. When passing a LaTex command as part of text string to be written on

[Matplotlib-users] colormap question

2007-05-24 Thread Teng Yang
Hello, I have a quick question for you. I was trying to make a color and contour plot. But the problem is that the matplot defaults the colors from the dark to light for the contour values from minimum to maximum, is there any way or commands to reverse this order? I mean the dark color for

Re: [Matplotlib-users] colormap question

2007-05-24 Thread Jeff Whitaker
Teng Yang wrote: Hello, I have a quick question for you. I was trying to make a color and contour plot. But the problem is that the matplot defaults the colors from the dark to light for the contour values from minimum to maximum, is there any way or commands to reverse this order? I mean

[Matplotlib-users] Setting axes at the origin

2007-05-24 Thread Michael Hogue
Hi, I'm wondering how to use matplotlib to plot on axes that intersect at the origin, as in the following picture: | | | | |(0,0) | | | |

Re: [Matplotlib-users] colormap question

2007-05-24 Thread Jeff Whitaker
Teng Yang wrote: Jeff, This _r command seems not work well. Let me show you the full line of that color map plot, -- contourf(X, Y, Z, v1, cmap=cm.pink) -- Teng: Have you tried contourf(X, Y, Z, v1, cmap=cm.pink_r)