I'm trying to plot combinations of 3D slices from nD data (see .gif). The data represents concentration of a particular element and the slider allows one to browse different combinations of 7 elements present in the data set. Currently I am using plotly and python to make these plots. Each scatter plot on the slider is plotted with a for loop. Thus if there are 6 plots which contain an axis for Phosphorous then that data is loaded and plotted 6 times. I would like to be able to enter the data once and have the slider take 3D slices of the full data set.
for
I don't know if there is a current feature in plotly or some other plotting package that would allow for this. Taking all recommendations.
2.1m questions
2.1m answers
60 comments
57.0k users