Is there an example of the proper syntax for a 3D scatter plot (or 3D plotting in general) in Dash?
I have tried a few variations of plotly python syntax from the general plotly library as well as adding the “3D Scatter” and a “z” variable to a 2D scatter plot in Dash. Both did not work.
If someone has information as well on syntax for well functioning 3D surface plots I would be very grateful!
Thank you! I was able to generate the graph fine, however, using Dash I am having trouble manipulating the axises. I would lie titles on the x, y, and z axis as well as different axis type as in either linear or log. I have a function set up to use radio items and drop downs to change these features, however, for 3D they do not change.
Hi! Sorry for the delayed reply. What types of code examples would you like? I can paste in my example of the plot in the ‘html’ but also the logic portion of how I generate the plot.
This is my return statement for the plot. I have posted it before so it may be what you are looking for as well: