You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm coming to report another bug on the go.Surface.
As the code shown below, you can easily get the bug.
The plotly go.Surface only plots the Contour_Val in rectangular shape. It completely ignores those outthrust values in the 'Contour_Val' matrix.
The Matplotlib shows the correct surface(or contour).
Thanks for the bug reports @lhg1992 - realistically, it'll be quite some time before we can put someone on these, but I'd be very happy to prioritize review of a PR from the community. Thanks - @gvwilson
Thanks for the bug reports @lhg1992 - realistically, it'll be quite some time before we can put someone on these, but I'd be very happy to prioritize review of a PR from the community. Thanks - @gvwilson
Thanks for your response.
I'm really looking forward to it. The go.Surface bugs really stop me from transferring my data visulization code from Matplotlib to Plotly.
Uh oh!
There was an error while loading. Please reload this page.
I'm coming to report another bug on the go.Surface.
As the code shown below, you can easily get the bug.
The plotly go.Surface only plots the Contour_Val in rectangular shape. It completely ignores those outthrust values in the 'Contour_Val' matrix.
The Matplotlib shows the correct surface(or contour).
Matplotlib version (correct):
Plotly version (wrong):
only those values which form a regular rectangular shape in the matrix are effective in go.Surface plot:
Solution suggestion:
Either modify the go.Surface or the go.Contour to make it possible to plot the 2D contour on any plane in a 3D figure.
Hope this issue can be solved together with [#5157] soon. Thanks!
The text was updated successfully, but these errors were encountered: