Matplotlib: 3D surface plot turn off background but keep axes

Viewed 15070

I want to do a 3D surface plot that shows axes but does not show the faces that are between the axes. What I found is how to turn off axes as well as the faces using ax.set_axis_off(). Is there any chance to turn off only those faces, or to make them transparent? (In the first picture you can see the faces if you look closely) With axes and background Without axes and background

Thanks in advance!

1 Answers
Related