Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to increase size of graph in jupyter

from matplotlib import pyplot as plt

f, ax = plt.subplots(1, 1, figsize = (15, 10))
calmap.yearplot(events, year=2015, ax=ax)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #increase #size #graph #jupyter
ADD COMMENT
Topic
Name
5+5 =