情节表面情节是故障的,零件闪烁进出
我正在尝试在情节中绘制表面,并且确实绘制了绘图,但是表面闪烁的一部分进出,我不太确定如何修复它。以下是两个图像,希望有助于说明我在说什么。如果我旋转剧情,我可以使完整的表面出现,但是只有大约50%的时间出现,而图形的其他部分则切出。似乎削减的唯一值较低的值,而且似乎越高的值,它越有可能一直存在。因此,例如,所有时间都有黄色的峰,几乎所有时间都有橙色,紫色峰值大约有60%的时间,然后最低的部分有50%的时间。
关于如何解决此问题的任何想法?
I'm trying to plot a surface in plotly, and it does plot, but parts of the surface flicker in and out, and I'm not quite sure how to fix it. Below are two images that will hopefully help to illustrate what I'm talking about. If I rotate the plot, I can get the full surface to appear, but it's only showing up about 50% of the time, with the other times parts of the graph cut out. It seems like it's only the lower values in the plot that are cutting out, and also it seems like the higher the value, the more likely it is to be there all the time. So for example the yellow peaks are there all of the time, the orange are there almost all the time, the purple peaks are there about 60% of the time, and then the lowest parts are there 50% of the time.
Any ideas on how to fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
因此,事实证明,在创建表面图时使用的默认模板中有一些设置。通过将模板设置为在以下命令中使用不使用模板,闪烁就消失了
So it turns out there was some setting in the default template that was used when creating the surface plot. By setting the template to use no template with the following command, the flickering goes away