Plotly 3D相机向上方向不会改变

时间:2017-07-30 16:51:12

标签: python 3d plotly

这可能是故事中的一个错误。我已经将相机“向上”设置为y轴,就像这样

layout = {
    'scene': {
        'camera': {
            'up': {'x': 0, 'y': 1, 'z': 0}
        }
    }
}
fig = go.Figure(data=data, layout=layout)
iplot(fig)

但产生的图仍然具有默认的z轴作为“向上”方向。我做错了什么,或者这确实是一个错误?在任何一个文档中都没有实际显示改变“向上”方向的例子,那么有人真的能够做到吗?

更新

我有opened an issue on plotly.py's GitHub

0 个答案:

没有答案