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

2011-05-03 Thread Ian Bell
.scatter > > > > > >> -Original Message- > >> From: Pau [mailto:vim.u...@googlemail.com] > >> Sent: Tuesday, May 03, 2011 10:04 AM > >> To: matplotlib > >> Subject: [Matplotlib-users] Use a variable for the ms option in the > >> plot

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

2011-05-03 Thread Pau
/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] >> Sent: Tuesday, May 03, 2011 10:04 AM >> To: matplotlib

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

2011-05-03 Thread Buchholz, Greg
au [mailto:vim.u...@googlemail.com] > Sent: Tuesday, May 03, 2011 10:04 AM > To: matplotlib > Subject: [Matplotlib-users] Use a variable for the ms option in the > plot function > > Hello, > > I am looking for a way to feed > > R=log(M) > > to plot in

[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 --