Re: [Matplotlib-users] mplot3d: plot_surface() and contour on grid?

2009-12-11 Thread Matthias Michler
Hi Reinier, that looks great! Thanks a lot for all your effort! Kind regards, Matthias On Friday 11 December 2009 00:36:59 Reinier Heeres wrote: Hi, I just committed a patch to do this in svn, also allowing for contour lines along other directions. See the attached image for an example.

[Matplotlib-users] [matplotlib] can't get any output

2009-12-11 Thread Manuel Wittchen
Hi, I want to plot data from two different datafiles. To do so I use numpy.loadtxt two times in the script (see below). The problem is, that I don't get any output: no resulting plot, no errormessages or something in the terminal. Even if I comment-out one loadtxt-row nothing happens. Even if I

Re: [Matplotlib-users] [matplotlib] can't get any output

2009-12-11 Thread Matthias Michler
Hi Manuel, adding a show() to your script should resolve the problem. You don't need this using ipython in -pylab mode, matplotlibs interactive mode or if you save your figure to some file (savefig), but in your case you need to call the main loop. Kind regards Matthias from the docu: Use

[Matplotlib-users] annotate x-axis

2009-12-11 Thread Neal Becker
How should I put some text marking a position on the x-axis? -- Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev

[Matplotlib-users] [matplotlib] change yticks-format

2009-12-11 Thread Manuel Wittchen
Hi, When I plot very tiny datavalues (biggest value is 8e-7) the yticks are also very small numbers with lots of digits (e.g. 0.02). So the ylabel isn't visible any more. To make the ylabel visible again I would like to change the yticks from 0.02 to 2.0e-6 for example. How do I do that?

[Matplotlib-users] Anyone going to Fall AGU next week

2009-12-11 Thread Brian Larsen
Hello all, I am new to matplotlib and loving it (No more IDL for me, woohoo). Are any experts attending the meeting that have done things in python/ matplotlib that I need to be sure and see? Still wrapping my mind around the python way instead of the IDL way and talking about cool

Re: [Matplotlib-users] [matplotlib] change yticks-format

2009-12-11 Thread Gökhan Sever
On Fri, Dec 11, 2009 at 11:06 AM, Manuel Wittchen manuel.wittc...@gmail.com wrote: Hi, When I plot very tiny datavalues (biggest value is 8e-7) the yticks are also very small numbers with lots of digits (e.g. 0.02). So the ylabel isn't visible any more. To make the ylabel visible again

Re: [Matplotlib-users] mplot3d: plot_surface() and contour on grid?

2009-12-11 Thread PHobson
Reinier, This in incredible. Wow. Thanks for all of your hard work. Cheers, -paul -Original Message- From: Reinier Heeres [mailto:rein...@heeres.eu] Sent: Thursday, December 10, 2009 3:37 PM To: Matthias Michler Cc: matplotlib-users@lists.sourceforge.net Subject: Re:

[Matplotlib-users] AxesGrid: X axis dates and other axis questions.

2009-12-11 Thread Ryan Neve
(sorry if this is a duplicate post) Jae, Thank you for your help. I found the problem. It was caused by using pyplot.title(). It is working better now. I next have to figure out how to do the following within AxesGrid: 1. How to convert the x axis labels from an integer value representing

Re: [Matplotlib-users] clear

2009-12-11 Thread Eric Firing
David Arnold wrote: All, In Matlab, if I want to clear my working space of variables, I type: clear all How do I do the same thing in Ipython? I think the magic %reset is the closest. Eric -- Return on

Re: [Matplotlib-users] AxesGrid: X axis dates and other axis questions.

2009-12-11 Thread Jae-Joon Lee
On Fri, Dec 11, 2009 at 2:34 PM, Ryan Neve ryan.n...@gmail.com wrote: Thank you for your help. I found the problem. It was caused by using pyplot.title(). It is working better now. I next have to figure out how to do the following within AxesGrid: 1. How to convert the x axis labels from