box_plot

czsc.utils.echarts_plot.box_plot(data: dict, title: str = '箱线图', width: str = '900px', height: str = '680px') Boxplot[source]
Parameters:
  • data

    数据 样例: data = {

    ”expr 0”: [960, 850, 830, 880], “expr 1”: [960, 850, 830, 880],

    }

  • title

  • width

  • height

Returns: