my problem is the following : I am examining the impact of learning rate, batch size, and dropout rate of a CNN and store data for all possible combinations for 4,11 and 9 values respectively. How can I plot this on a color surface plot ? All the examples I have encountered express the Z axis as a function of x,y, but in my case the arrays are parallel.
Thank you in advance.