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? Is there already a ticket concerning this (i dind't find one)? Otherwise I would propose to open one. Best, Tobias -- 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.
