The line2d documentation claims "Any MATPLOTLIB line option may also be passed in. E.g. [...]". Yet there does not seem to be any way to pass dash_capstyle to Matplotlib;
line2d([(0,0),(0,1)],dash_capstyle='round') [...] RuntimeError: Error in line(): option 'dash_capstyle' not valid. I even tried to set dash_capstyle in matplotlibrc but the setting seems ignored. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
