
API
已删除ddd
做一个简单,明亮,快乐的手艺人。
展开
-
matplotlib.pyplot.figure
matplotlib.pyplot.figure(num=None, figsize=None, dpi=None, facecolor=None, edgecolor=None, frameon=True, FigureClass=<class 'matplotlib.figure.Figure'>, **kwargs)Creates a new figure.P翻译 2017-05-06 14:24:43 · 3024 阅读 · 0 评论 -
enumerate
enumerate(sequence, start=0)Return an enumerate object. sequence must be a sequence, an iterator, or some other object which supports iteration. The next() method of the iterator returned by enu翻译 2017-05-06 15:51:00 · 363 阅读 · 0 评论 -
matplotlib.pyplot.subplot
matplotlib.pyplot.subplot(*args, **kwargs)Return a subplot axes positioned by the given grid definition.Typical call signature:subplot(nrows, ncols, plot_number)Where nrows and ncols are used to notion翻译 2017-05-06 16:05:03 · 1047 阅读 · 0 评论