There is a set of 100 measurements (for example, the average current from the frequency of the voltage change is not important). And each of these dimensions is different add. by parameter. I want to build a three-dimensional graph as an intensity graph (two-dimensional projection) (X is the frequency, Y is an additional parameter, Z is the average current). Z value should differ in color.
I tried using the matplotlib library, but all the examples that I found have a strict mathematical dependence on [X, Y].
I am waiting for your advice on how to implement this plan. Thank!