Skip to content

Instantly share code, notes, and snippets.

@olegantonyan
Last active January 19, 2019 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olegantonyan/e37b35a9cbfc5b904e69429d0ff72466 to your computer and use it in GitHub Desktop.
Save olegantonyan/e37b35a9cbfc5b904e69429d0ff72466 to your computer and use it in GitHub Desktop.
ipython default styles
%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