First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 10 years ago

FrédéricC gravatar image

You can use scatter_plot instead

sage: scatter_plot([(1,1),(2,2),(4,-1)],markersize=30,edgecolor=(1, 0, 0), marker='x')