matplotlib-使用不同的显示风格
程序员文章站
2022-06-30 11:50:26
...
import matplotlib.pyplot as plt
# 查看内置的显示风格
plt.style.available
结果:
[‘bmh’,
‘classic’,
‘dark_background’,
‘fast’,
‘fivethirtyeight’,
‘ggplot’,
‘grayscale’,
‘seaborn-bright’,
‘seaborn-colorblind’,
‘seaborn-dark-palette’,
‘seaborn-dark’,
‘seaborn-darkgrid’,
‘seaborn-deep’,
‘seaborn-muted’,
‘seaborn-notebook’,
‘seaborn-paper’,
‘seaborn-pastel’,
‘seaborn-poster’,
‘seaborn-talk’,
‘seaborn-ticks’,
‘seaborn-white’,
‘seaborn-whitegrid’,
‘seaborn’,
‘Solarize_Light2’,
‘tableau-colorblind10’,
‘_classic_test’]
使用
plt.style.use('seaborn-paper')
例子:
# 生成画布
fig = plt.figure()
plt.style.use('seaborn-paper')
#添加一个子图
ax1 = fig.add_subplot(111)
ax1.plot(x,y1)
#添加一个子图
ax3 = ax1.twiny()
ax3.plot(x,y2,'r')
plt.show()
上一篇: 成功,不是没有理由的
下一篇: 前几天女生们见到我总喊“婊子”
推荐阅读
-
WordPress开发中用于标题显示的相关函数使用解析
-
Winform中在使用Dock属性设计页面布局控件的顺序导致页面效果不同的问题
-
Linux中用于进程显示的top命令使用实例集锦
-
pyqt5 使用label控件实时显示时间的实例
-
Illustrator绘制6组不同扁平化风格的动物卡通头像教程
-
在Linux系统中使用lsblk和blkid显示设备信息的方法
-
微信开发中使用微信JSSDK和使用URL.createObjectURL上传预览图片的不同处理对比
-
电脑显示器分辨率多少合适?各尺寸显示器最佳分辨率及不同壁纸的选择介绍
-
怎么查看不同地区的人使用百度搜索词汇的排名?
-
Word2007如何对奇偶页使用不同的页眉或页脚