Custom contours plotly python

后端 未结 0 1646
轮回少年
轮回少年 2021-01-21 01:52

I am using plotly and I am lookin to create a custom contour:

fig = go.Figure(data =
    go.Contour(
        z=z,
        x=x, # horizontal axis
        y=y, # ve         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题