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 Univer
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 wrote:
>> From: Pau [mailto:vim.u...@googlemail.com]
>>
>> PS: I thought I would probably give a better example
>>
>>
> From: Pau [mailto:vim.u...@googlemail.com]
>
> PS: I thought I would probably give a better example
>
> The goal is to have all the data files plotted in a single graph
import glob
for filename in glob.glob('*.dat'):
if 'e' in set(filename): #or whatever
#do something for files th
On 5/3/2011 2:37 PM, Pau wrote:
> I am afraid that I know the answer to the question: use python
>
> But my problem is that I do not really know python.
Fortunately, the documentation is excellent:
http://docs.python.org/library/glob.html
hth,
Alan Isaac
would it be easier to have all data in a single file and then tell
matplotlib to plot different parts of that file?
The file would look like:
.
.
.
13.0576 -66.6586 -9.6419 34.1672 1.445e+05 4962
13.0576 -55.4192 44.0864 16.7687 1.445e+05 4963
13.0576 65.0328 -38. -215.3602 1
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
5.06
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 o
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 wrote:
> Maybe you want to use the "scatter" procedure?
>
> http://matplotlib.sourceforge.net/examples/pylab_examples/scatter_demo.ht
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.co
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
--
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
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
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
-
13 matches
Mail list logo