Skip to content

Instantly share code, notes, and snippets.

@guinslym
Last active February 13, 2023 04:44
Show Gist options
  • Save guinslym/02e3af349bdbadb4e0e749aa9b4bda55 to your computer and use it in GitHub Desktop.
Save guinslym/02e3af349bdbadb4e0e749aa9b4bda55 to your computer and use it in GitHub Desktop.
#https://stackoverflow.com/a/75431789/2327456
#You will also need to increase height of figsize (width, height)
fig_result = calplot.calplot(
events,
figsize=(20,7),
cmap='Spectral_r',
)
fig, mylist = fig_result
fig.suptitle('lorem ipsum', fontsize=20)
pylab.savefig('foo.png')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment