Last active
February 13, 2023 04:44
-
-
Save guinslym/02e3af349bdbadb4e0e749aa9b4bda55 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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