Hello,
I am quite new to programming, so I am sorry in advance if I am asking the wrong questions.
I was exploring the example for 3d meshing which was really helpful and decided to plot some volumes of my own.
I have been going thought the full reference and canāt make showing contour on hover work.
This is what I have tried: https://pastebin.com/NyzTE1qA
My plot works nicely except when i try to test what contour does. Then i get this error:
plotly.exceptions.PlotlyDictValueError: ācontourā has invalid value inside āmesh3dā
Path To Error: [ācontourā]
Current path: []
Current parent object_names: []
With the current parents, ācontourā can be used as follows:
Under (āfigureā, ādataā, āmesh3dā):
editType: calc
role: object
Thank you for your help!