Created
September 15, 2017 03:32
-
-
Save emptyr1/23fa25f5762aca0de0bb34ddd9bfaece to your computer and use it in GitHub Desktop.
Helpful matplotlib configs for plotting
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
| %matplotlib inline | |
| %config InlineBackend.figure_format = 'retina' | |
| import matplotlib.pyplot as plt | |
| import seaborn as sns | |
| plt.style.use('ggplot') | |
| plt.rcParams["figure.figsize"] = (20,10) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment