First time here? Check out the FAQ!
answered 2015-01-15 11:41:32 +0100
You can use scatter_plot instead
scatter_plot
sage: scatter_plot([(1,1),(2,2),(4,-1)],markersize=30,edgecolor=(1, 0, 0), marker='x')