Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pyplot new figure

from matplotlib import pyplot as plt

plt.figure(figsize=(15, 5))
 
PREVIOUS NEXT
Tagged: #pyplot #figure
ADD COMMENT
Topic
Name
2+4 =