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, data, **ls1)

This now fails with a KeyError.

However changing to marker='' works fine.
I find that a bit less intuitve than marker=None,
but I understand you to say that this should mean "use the default".

Thank you,
Alan Isaac






-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to