python如何绘制动态特效散点图

2024-10-11 20:56:59

1、导入EffectScatter。from pyecharts import EffectScatter

python如何绘制动态特效散点图

3、配置图形参数。es = EffectScatter("","动态散点图",title_pos='center',width=800,height=600)

python如何绘制动态特效散点图python如何绘制动态特效散点图

6、突出显示异常值点。es.add(&#补朱锚卦39;',[-3],[1],symbol_size=20,e熠硒勘唏ffect_scale=3.5,effect_period=4,symbol="triangle")es.add('',[2.1],[2.4],symbol_size=15,effect_scale=5.5,effect_period=3,symbol="diamond")es.render()

python如何绘制动态特效散点图
猜你喜欢