Re: [Matplotlib-users] Problem with matplotlib.colors.LogNorm

2007-04-02 Thread Eric Firing
Suresh Pillai wrote: > Thanks. Suspected as much re integer vs float. > > Which brings me to the question: if we are able to debug issues > ourselves, should we just post to this list or the devel list or > contribute privately. Definitely to one of the lists. If you think other users may be

Re: [Matplotlib-users] Problem with matplotlib.colors.LogNorm

2007-04-02 Thread Suresh Pillai
Thanks. Suspected as much re integer vs float. Which brings me to the question: if we are able to debug issues ourselves, should we just post to this list or the devel list or contribute privately. Thanks, Suresh On Mon, 2 Apr 2007, Eric Firing wrote: > I see where the problem (or at least o

Re: [Matplotlib-users] Problem with matplotlib.colors.LogNorm

2007-04-02 Thread Eric Firing
I see where the problem (or at least one problem) is, and I will try to get it fixed by tomorrow. In the meantime, I think you will get the results you want by simply converting your arrays to floating point: matshow(matrix.astype(float), ...) Eric Suresh Pillai wrote: > So I been using the

Re: [Matplotlib-users] matlab, idle, interactivity and teaching

2007-04-02 Thread Giorgio F. Gilestro
A really great IDE for windows users is pyScripter ( http://mmm-experts.com/Products.aspx?ProductId=4 ) It's probably the best I could try so far (and it's free). cheers On 3/30/07, Tim Hirzel <[EMAIL PROTECTED]> wrote: > As for a good IDE. I really like eclipse with pydev. For easy > student/be

[Matplotlib-users] Problem with matplotlib.colors.LogNorm

2007-04-02 Thread Suresh Pillai
So I been using the log scale provided by matplotlib.colors.LogNorm, but have been seing bizarre behaviour. Basically, high values are not displayed properly. I give simple examples below with just two possible values in the matrix, but all the same issues arise with more varied values. Firs

Re: [Matplotlib-users] how to plot

2007-04-02 Thread Steve Schmerler
massimo sandal wrote: > javi markez bigara ha scritto: >> hi everyone, >> i would like to know how to plot several linear regresions with the >> same group of points Don't understand exactly what you want to do ... > > what do you mean? > > however, if you dig the matplotlib and the scipy

Re: [Matplotlib-users] how to plot

2007-04-02 Thread massimo sandal
javi markez bigara ha scritto: hi everyone, i would like to know how to plot several linear regresions with the same group of points THANKS IN ADVANCE what do you mean? however, if you dig the matplotlib and the scipy documentation, you'll find (a)how to plot points (easy) (b)how to cal

[Matplotlib-users] how to plot

2007-04-02 Thread javi markez bigara
hi everyone, i would like to know how to plot several linear regresions with the same group of points THANKS IN ADVANCE _ Descubre la descarga digital con MSN Music. Más de un millón de canciones. http://music.msn.es/ ---

Re: [Matplotlib-users] clabel and basemap

2007-04-02 Thread Jeff Whitaker
Simon Kammerer wrote: > Hi list, > > > when using clabel with basemap, it seems to me that clabel labels > contours outside the visible area of my maps, (see attached example). > > Any hints / workarounds? Or am I missing something? > > Regards > Simon > > > Simon: Yes, that's right - much of

[Matplotlib-users] clabel and basemap

2007-04-02 Thread Simon Kammerer
Hi list, when using clabel with basemap, it seems to me that clabel labels contours outside the visible area of my maps, (see attached example). Any hints / workarounds? Or am I missing something? Regards Simon [Modified wiki_example.py, labels visible with ortho projection, labels not visi

Re: [Matplotlib-users] matlab, idle, interactivity and teaching

2007-04-02 Thread massimo sandal
Giorgio Luciano ha scritto: I'm aware that python/scipy were not started as a clone matlab (well matlibplot was started as something similar ;) Yes, matplotlib AFAIK wanted (and probably wants) to be something similar, and it's bad, because mpl is too good in itself to be forced to be just a

[Matplotlib-users] Force clabel to label all contour lines?

2007-04-02 Thread Simon Kammerer
Hi list, is there a way to force clabel to label all contour lines? Regards Simon - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions o

Re: [Matplotlib-users] matplotlib and py2exe

2007-04-02 Thread Werner F. Bruhin
Hi Archana, Archana Ganesan wrote: > Hi, > > I tried following the instructions at the py2exe site and I have also > uncommeneted and made it include the matplotlib.numerix package. Still > it doesnt seem to work. Is there any other way of compiling it into an > executable? Did you try to compi

Re: [Matplotlib-users] matlab, idle, interactivity and teaching

2007-04-02 Thread Mark Bakker
Dear List - Thanks for the discussion on the issue of the real strength of the Python/matplotlib/numpy/scipy combo. I use Python for both development and teaching, but my biggest question concerned teaching. When I teach, I need something easy and powerful, but also something that is easy to in

Re: [Matplotlib-users] matlab, idle, interactivity and teaching

2007-04-02 Thread Giorgio Luciano
Thank for all the reply. I will sure have a look at the video that Oliver suggest and I also downloaded Eclipse. I'm "happy" that someone also shared my problems in teaching python. I'm aware that python/scipy were not started as a clone matlab (well matlibplot was started as something similar ;)