[Matplotlib-users] fill with a semilogy axis?

2011-05-03 Thread K . -Michael Aye
A colleague posed an interesting challenge: How to do a filled plot having the y-axis in logarithm? I think I can do it with creating patches myself an adding it to the axis, but isn't there anything built-in? Best regards, Michael

[Matplotlib-users] Animating plots with the Qt backend

2011-05-03 Thread Gerald Storer
Hello, I've been trying to animate some plots with the qt backend and run into a couple of problems. Firstly, I'd like to be able to update the axis limits in an automated fashion as the data changes size. Secondly, Resizing figures appears to redraw everything _but_ items with the animation

Re: [Matplotlib-users] strange behavior with the scatter() function

2011-05-03 Thread Emanuele Passera
Thank you very much, it works very well now. Cheers. Emanuele Passera Software Engineer Tele-Rilevamento Europa - T.R.E. srl Via Vittoria Colonna, 7 20149 Milano – Italia Tel.: +39.02.4343.121 - Fax: +39.02.4343.1230 emanuele.pass...@treuropa.com - www.treuropa.com -- This communication, that

[Matplotlib-users] Use a variable for the ms option in the plot function

2011-05-03 Thread Pau
Hello, I am looking for a way to feed R=log(M) to plot in the ms field (HERE in the example): plot(X, Y, \ marker='o', mec='black',ms=HERE,ls='None',\ mfc='red',alpha=0.9,mew=2,antialiased=True) thanks, Pau

Re: [Matplotlib-users] Use a variable for the ms option in the plot function

2011-05-03 Thread Buchholz, Greg
Maybe you want to use the scatter procedure? http://matplotlib.sourceforge.net/examples/pylab_examples/scatter_demo.html?highlight=scatter http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.scatter -Original Message- From: Pau [mailto:vim.u...@googlemail.com]

Re: [Matplotlib-users] Use a variable for the ms option in the plot function

2011-05-03 Thread Pau
thanks! I wish there was something similar to markeredgewidth in scatter, though But it's doing what I wanted, thanks Pau On 3 May 2011 19:21, Buchholz, Greg gbuchh...@infiniacorp.com wrote:    Maybe you want to use the scatter procedure?

[Matplotlib-users] automatically plotting different sets of data

2011-05-03 Thread Pau
Hello, I am afraid that I know the answer to the question: use python But my problem is that I do not really know python. I just started and I can do some nice plots with matplotlib but I don't really know python. I am now running into a snag. I have different directories with different number

Re: [Matplotlib-users] automatically plotting different sets of data

2011-05-03 Thread Pau
PS: I thought I would probably give a better example In a directory I have these files: 2537.dat 5043.dat 5075.dat 7581.dat 1.009e+04.dat 1.551e+04.dat 1.805e+04.dat 2.056e+04.dat 4.955e+04.dat 5.209e+04.dat 5.459e+04.dat 5.462e+04.dat 1.445e+05.dat 1.47e+05.dat 5.016e+05.dat 5.041e+05.dat

Re: [Matplotlib-users] automatically plotting different sets of data

2011-05-03 Thread Pau
THANKS!! I am not a native speaker and sometimes I find it very hard to find a keyword to look for... that tip was excellent, thank you a lot On 3 May 2011 22:27, Buchholz, Greg gbuchh...@infiniacorp.com wrote: From: Pau [mailto:vim.u...@googlemail.com] PS: I thought I would probably give a

Re: [Matplotlib-users] Use a variable for the ms option in the plot function

2011-05-03 Thread Ian Bell
Pau, linewidth=xx (or lw=xx) does that job in scatter plots. Also see http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.scatterthough really it isn't very clear and I found it out by accident Regards, Ian Ian Bell Graduate Research Assistant Herrick Labs Purdue