Published
- 1 min read
matplotlib 3D plots reduce margins
The solution for this is noted below
matplotlib 3D plots reduce margins
Solution
import matplotlib.pyplot as plt
plt.subplots_adjust(left=0, right=1, top=1, bottom=0)
Try other methods by searching on the site. That is if this doesn’t work