您的位置:首页 > 编程语言 > PHP开发

matplotlib 可视化 —— 定制画布风格 Customizing plots with style sheets(plt.style)

2016-08-26 08:33 477 查看
Customizing plots with style sheets — Matplotlib 1.5.1 documentation

1. 使用和显示其他画布风格

>> import matplotlib.pyplot as plt
>> plt.style.use('ggplot')

>> plt.style.available

[u'dark_background', u'bmh', u'grayscale', u'ggplot', u'fivethirtyeight']
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: