4D model of data scatter plot in python

Hi! I’m currently at a tech start up and would like any help possible using python to make a 4-dimensional scatter plot of the data attained from a set of x, y, z coordinates and measurements collected at those points. I would like the 4th dimension to be both color (which I already know how to do with the use of a color bar) and opacity. I am looking so that as the value of the measurement decreases, the plot becomes more transparent and vice versa. So, where the data has the highest value, it is the least transparent. I know how to make every plot transparent using alpha, but how do I make the transparency of an individual plot conditional to the measurement value like the color? Disclaimer I am new to python, and I wouldn’t mind even an AI response. Thank you :slight_smile: