
pyecharts
V_lq6h
这个作者很懒,什么都没留下…
展开
-
Pyecharts之折线图(Line)
Pyecharts之折线图(Line)from snapshot_selenium import snapshot as driverfrom pyecharts import options as optsfrom pyecharts.charts import Linefrom pyecharts.render import make_snapshotfrom pyecharts...原创 2020-04-03 22:07:25 · 4419 阅读 · 1 评论 -
Pyecharts之词云图(WordCloud)
Pyecharts之词云图(WordCloud)from snapshot_selenium import snapshot as driverfrom pyecharts import options as optsfrom pyecharts.charts import WordCloudfrom pyecharts.render import make_snapshotfrom...原创 2020-04-03 22:06:41 · 10833 阅读 · 2 评论 -
Pyecharts之饼图(Pie)
Pyecharts之饼图(Pie)from snapshot_selenium import snapshot as driverfrom pyecharts import options as optsfrom pyecharts.charts import Piefrom pyecharts.render import make_snapshotfrom pyecharts.gl...原创 2020-04-03 22:03:19 · 3107 阅读 · 0 评论 -
Pyecharts之平行坐标系(Parallel)
Pyecharts之平行坐标系(Parallel)from snapshot_selenium import snapshot as driverfrom pyecharts import options as optsfrom pyecharts.charts import Parallelfrom pyecharts.render import make_snapshotfrom...原创 2020-04-03 22:02:46 · 2512 阅读 · 0 评论 -
Pyecharts之关系图(Graph)
Pyecharts之关系图(Graph)from snapshot_selenium import snapshot as driverfrom pyecharts import options as optsfrom pyecharts.charts import Graphfrom pyecharts.render import make_snapshotfrom pyechar...转载 2020-04-03 22:02:21 · 11158 阅读 · 0 评论 -
Pyecharts之仪表盘(Gauge)
Pyecharts之仪表盘(Gauge)from snapshot_selenium import snapshot as driverfrom pyecharts import options as optsfrom pyecharts.charts import Gaugefrom pyecharts.render import make_snapshotfrom pyechar...原创 2020-04-03 22:01:45 · 3981 阅读 · 2 评论 -
Pyecharts之漏斗图(Funnel)
Pyecharts之漏斗图(Funnel)一.基本概念class pyecharts.charts.Funnelclass Funnel( # 初始化配置项,参考 `global_options.InitOpts` init_opts: opts.InitOpts = opts.InitOpts())func pyecharts.charts.Funnel.add...原创 2020-04-03 22:01:21 · 5874 阅读 · 1 评论 -
Pyecharts之日历图(Calendar)
Pyecharts之日历图(Calendar)一.基本概念class pyecharts.charts.Calendarclass Calendar( init_opts: opts.InitOpts=opts.InitOpts())func pyecharts.charts.Calendar.adddef add( # 系列名称,用于 toolti...原创 2020-04-03 22:00:11 · 2342 阅读 · 1 评论