From: Michael D. <md...@st...> - 2013-06-18 01:45:44
|
On 06/17/2013 02:10 PM, Benjamin Root wrote: > > > In the meantime, a "bug" I have noticed. In the list of markers: > http://matplotlib.org/1.3.0/api/markers_api.html, we have things like > "TICKLEFT", "CARETUP" and such. These seem to be some sort of > placeholder for the numerical values and is quite confusing. I > suspect this has been this way for a while now. Yes -- these are numeric enumerations defined in matplotlib.markers. That should be made clearer, or we should add string aliases for these things. Mike |