Created
August 1, 2019 02:04
-
-
Save ay27/4466394c4f6522ecae18056400bdbf4f to your computer and use it in GitHub Desktop.
[Increase matplotlib DPI] increase matplotlib dpi in jupyter and anywhere. #jupyter
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
import matplotlib.pyplot as plt | |
import matplotlib as mpl | |
mpl.rcParams['figure.dpi'] = 300 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment