rel*_*ima 43 python charts matplotlib
是否有可能在matplotlib中获得超过9个子图?
我在subplots命令pylab.subplot(449);,我怎么能得到一个4410工作?
非常感谢你.
你也可以用 pyplot 这样做:
import matplotlib.pyplot as plt
oFig1 = plt.figure(1)
oFig1.add_subplot(4,4,11) #(m,n,x) -> x starts with 1
...
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
22501 次 |
| 最近记录: |