Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mitliagkas
Created September 2, 2014 20:49
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mitliagkas/2727df4c69e0902db845 to your computer and use it in GitHub Desktop.
Save mitliagkas/2727df4c69e0902db845 to your computer and use it in GitHub Desktop.
iPython Inline Vector Graphics Plotting with Matplotlib
import matplotlib.pyplot as plt
%matplotlib inline
%config InlineBackend.figure_format = 'svg'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment