Last active
January 18, 2019 12:56
-
-
Save olegantonyan/d868b6d53b8078dcd3a82559265e74b3 to your computer and use it in GitHub Desktop.
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 | |
from matplotlib import pyplot as plt | |
from IPython import display | |
display.set_matplotlib_formats('svg') | |
from matplotlib import style | |
style.use('ggplot') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment