PyG2Plot::artist_palette:用于@ AntVG2Plot绘图库的Python3绑定 源码
PyG2图 :artist_palette: Python3绑定,它是一个交互式的响应式图表库。 根据图形语法,您可以通过几行代码轻松制作出出色的统计图。 PyG2Plot受到PyG2Plot的启发。 文档:··· 安装 $ pip install pyg2plot 用法 呈现HTML from pyg2plot import Plot line = Plot ( "Line" ) line . set_options ({ "data" : [ { "year" : "1991" , "value" : 3 }, { "year" : "1992" , "value" : 4 }, { "year" : "1993" , "value" : 3.5 }, { "year" : "1994" , "value" : 5 }, { "year" : "1995" , "
用户评论