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 exam
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 tr
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
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
_
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?
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
scienc
On Fri, Dec 11, 2009 at 11:06 AM, Manuel Wittchen 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 I would like to chan
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: [Matplot
On 12/11/2009 12:07 PM, Brian Larsen wrote:
> talking about cool
> science and visualizations done can be really useful
You probably saw the thumbnail gallery, but if not,
it is helpful:
http://matplotlib.sourceforge.net/gallery.html
(Click a chart for its code.)
Alan Isaac
(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
e
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?
D.
--
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p
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
--
Retur
On Fri, Dec 11, 2009 at 2:34 PM, Ryan Neve 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 an integer valu
13 matches
Mail list logo