做技术要:鹰击长空,鱼翔浅底。
分类: Python/Ruby
2014-12-23 14:06:14
from matplotlib.figure import Figure
fig.add_subplot(111)
# equivalent but more general
fig.add_subplot(1,1,1)
# add subplot with red background
fig.add_subplot(212, axisbg='r')figure.add_subplot(338, axisbg='r')