scatter 4dLearn how to create a 4D scatter plot using custom colours and area sizes with Python Matplotlib. Step-by-step guide and examples included.I want to plot a three dimensional function using colors as representation of the 4th dimension (i.e. the function value). Since I want a scatterplot I use go.Scatter3d (…) instead of