Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

jupyter notebook plot larger

from matplotlib import pyplot as plt

plt.rcParams['figure.figsize'] = [12, 8]
plt.rcParams['figure.dpi'] = 100 # 200 e.g. is really fine, but slower
 
PREVIOUS NEXT
Tagged: #jupyter #notebook #plot #larger
ADD COMMENT
Topic
Name
8+4 =