Answers for "matplotlib 3d plot remove grid"

0

turn off grid in matplotlib 3d

plt.axis('off')
plt.grid(b=None)
Posted by: Guest on April-06-2021
0

remove grid from 3d plots

plt.grid(b=None)
Posted by: Guest on April-06-2021

Python Answers by Framework

Browse Popular Code Answers by Language