wut0n9
1/3/2019 - 7:02 AM

ipython_matplotlib_img.py

# ipython 生成矢量图
import matplotlib
import matplotlib.pyplot as plt
%matplotlib inline
%config InlineBackend.figure_format = 'svg'