Last active
January 19, 2019 07:53
-
-
Save olegantonyan/e37b35a9cbfc5b904e69429d0ff72466 to your computer and use it in GitHub Desktop.
ipython default styles
This file contains 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 = 'svg' | |
import matplotlib.pyplot as plt | |
plt.style.use('ggplot') | |
import numpy as np |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment