Skip to content

Instantly share code, notes, and snippets.

@ay27
Created August 1, 2019 02:04
Show Gist options
  • Save ay27/4466394c4f6522ecae18056400bdbf4f to your computer and use it in GitHub Desktop.
Save ay27/4466394c4f6522ecae18056400bdbf4f to your computer and use it in GitHub Desktop.
[Increase matplotlib DPI] increase matplotlib dpi in jupyter and anywhere. #jupyter
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