Re: [Matplotlib-users] marker=None not allowed?

2007-09-01 Thread Eric Firing
Alan G Isaac wrote: Line2D documentation reads: marker: [ '+' | ',' | '.' | '1' | '2' | '3' | '4' 1. Minor documentation bug: missing end bracket Sort of. Actually, what is also missing is a very long list of possible markers, as given in the docstring for the set_marker method. Some

Re: [Matplotlib-users] marker=None not allowed?

2007-09-01 Thread Alan G Isaac
On Fri, 31 Aug 2007, Eric Firing apparently wrote: marker='None' is allowed, as is ' ' and ''. Do you need None? I recently returned to some old figures where I did things like this: ls1 = dict(linestyle='-', marker=None, color=(0,0,1), linewidth=2, zorder=1000) fig_ax.plot_date(dates,

Re: [Matplotlib-users] marker=None not allowed?

2007-09-01 Thread Eric Firing
Alan G Isaac wrote: On Fri, 31 Aug 2007, Eric Firing apparently wrote: marker='None' is allowed, as is ' ' and ''. Do you need None? I recently returned to some old figures where I did things like this: ls1 = dict(linestyle='-', marker=None, color=(0,0,1), linewidth=2, zorder=1000)

[Matplotlib-users] marker=None not allowed?

2007-08-31 Thread Alan G Isaac
Line2D documentation reads: marker: [ '+' | ',' | '.' | '1' | '2' | '3' | '4' 1. Minor documentation bug: missing end bracket 2. Why is marker=None no longer allowed? Cheers, Alan Isaac - This SF.net email is