pygal文檔——XY圖(一)

基礎知識 import pygal from IPython.display import SVG from math import cos xy_chart = pygal.XY() xy_chart.title = 'XY Cosinus' xy_chart.add('x = cos(y)', [(cos(x / 10.), x / 10.) for x in range(-50, 50, 5
相關文章
相關標籤/搜索