> Gökhan Sever wrote: > > For the second idea you mean something as generic as plotting such > > markers? > > plt.plot(range(10), linestyle='None', marker=u'※ ')
On 3/1/2010 8:33 AM, Michael Droettboom wrote: > Yes -- but it can't be quite this simple, since there is already a set > of strings that have specific meanings for markers, and we wouldn't want > to change that behavior. In order to use an arbitrary character or > string, we'd need additional syntax to indicate that's what you want to > do. Perhaps naively, I do not see why. A small number of strings have predefined meanings. Just keep documenting that and then test if the provided string is in this set. Otherwise, use the provided string. This seems very nice. If that is too implicit, then adding a markerstr keyword argument seems the right way to go. It would override the marker argument, and any string could be used, getting rid of the above problem. Cheers, Alan Isaac (just a user) ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users