美文网首页
matplotlib

matplotlib

作者: flyingsoul | 来源:发表于2016-04-11 23:25 被阅读0次

Anatomy of matplotlib Scipy 2015

Instructor: Benjamin Root, Joe Kington
Book: Interactive Application using Matplotlib
Ipython notebook: https://github.com/WeatherGod/AnatomyOfMatplotlib.git

绘图

import matplotlib.pyplot as plt
fig, axes = plt.subplots(nrows=2, ncols=2)

添加颜色

fill, fill_between, stackplot

相关文章

网友评论

      本文标题:matplotlib

      本文链接:https://www.haomeiwen.com/subject/exyilttx.html