Created
September 2, 2014 20:49
-
-
Save mitliagkas/2727df4c69e0902db845 to your computer and use it in GitHub Desktop.
iPython Inline Vector Graphics Plotting with Matplotlib
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
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