Name Description ARROW Draws an arrow. CIRCLE Draws a circle. DOWN_ARROW Draws an arrow that points down. ELLIPSE Draws an ellipse. EXTENT Draws an extent box. FREEHAND_POLYGON Draws a freehand polygon. FREEHAND_POLYLINE Draws a freehand polyline. LE
In [1]: %matplotlib inline import numpy as np import pandas as pd from scipy import stats,integrate import matplotlib.pyplot as plt import seaborn as sns sns.set(color_codes=True) #生成高斯数据随机种子 np.random.seed(sum(map(ord,"distributions"))) 1.简单的