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
相关文章
相关标签/搜索