python pyecharts绘制桑基图Sankey

文章目录

          • sankey_base
          • sankey_diagram
          • sankey_with_level_setting
          • sankey_vertical

sankey_base
from pyecharts import options as opts
from pyecharts.charts import Sankey

nodes = [
    {
   "name":

你可能感兴趣的:(python可视化教程,python,开发语言,后端)