I have attached a graph: This is a graph from excel
I want to create the same graph using code in matplotlib. I checked online for 3d graphs but didn't get anything similar to this.
This is the data that needs to be plotted In the above picture, Data1, Data2, Data3 must be in the x-axis. V1, V2, V3 in the z-axis and the values in the y-axis
Does anyone know how to do that?
We have to use Axes3D and art3d modules.