Ask Your Question

Revision history [back]

How to draw more than one line in a coordinate?

When I use line in Sage. it will draw a line for me, with given points, and connect the point with straight line. but now I want to draw more than one line in a coordinate(to compare with each other). I try my best to do this ,but unfortunately, I failed.

line([(0,33.67),(1,34.83),(2,41.15),(3,32.78),(4,32.11),(5,29.98),(6,33.36),(7,29.25),(8,28.03),(9,24.29),(10,25.73),(11,23.95)],rgbcolor=(1/4,1/4,5/4))

this can draw a line in the coordinate ,but now i want more than one. how can i do it?