scatter 4dI have 4D array of data that I would like to scatter plot. The data can be seen as x- and y- coordinates for each pair of values of two additional parameters. I would like to flattenYou can use the scatter function from mpl_toolkits.mplot3d to create a 3D scatter plot and then set the color of the points using the c argument and a color map. You can also