I would like to plot something like Sin(x), Cos(x), etc using python, I wonder if python has built-in graphic class for plot.
Does python have built-in graphic class for plot?
Collapse
X
-
Originally posted by rogerlewNothing built-in.
Popular choices are gnuplot, and matplotlib.
If you have matlab experience try matplotlib. The syntax and concepts are similiar.
Thanks, again,
Barton.Comment
Comment