Published
- 1 min read
turn off grid in matplotlib 3d
The solution for this is noted below
turn off grid in matplotlib 3d
Solution
plt.axis('off')
plt.grid(b=None)
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
plt.axis('off')
plt.grid(b=None)
Try other methods by searching on the site. That is if this doesn’t work