matplotlib:绘图样式style,不局限于一种绘图风格
全部样式可见:Style sheets reference — Matplotlib 3.5.2 documentation
使用方法
#两种用法 ① import matplotlib.pyplot as plt plt.style.use('样式名') ② import matplotlib matplotlib.style.use('样式名')
全部样式可见:Style sheets reference — Matplotlib 3.5.2 documentation
#两种用法 ① import matplotlib.pyplot as plt plt.style.use('样式名') ② import matplotlib matplotlib.style.use('样式名')