Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

matplotlib 3D plots reduce margins

import matplotlib.pyplot as plt
plt.subplots_adjust(left=0, right=1, top=1, bottom=0)
 
PREVIOUS NEXT
Tagged: #matplotlib #plots #reduce #margins
ADD COMMENT
Topic
Name
8+1 =