On Tuesday, May 13, 2014 10:36:34 AM UTC-4, Tobias Weich wrote: > > Hi, > > I just noticed the following issue with list_plot: > > list_plot(range(10), marker='x') > > gives an error, while > > list_plot(range(10), plotjoined=True, linestyle='', marker='x') > > works fine. I think it is quite conterintuitive and unconvenient to demand > a joined plot and then set the linestyle to None, in order to just change > the markers. > > Wouldn't it be desirable to directly set the markers? > > See http://trac.sagemath.org/ticket/13576, and the somewhat less relevant http://trac.sagemath.org/ticket/13830 and http://trac.sagemath.org/ticket/13828
-- You received this message because you are subscribed to the Google Groups "sage-devel" 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-devel. For more options, visit https://groups.google.com/d/optout.
