手机随时阅读
新人专享大礼包¥24
前言同一个时间生成两个图,多个figure对象。 代码# -*- coding: utf-8 -*-import matplotlib.pyplot as pltfig1 = plt.figure()ax1 = fig1.add_subplot(111)ax1.plot([1,2,3],[3,2,1])plt.show()fig2 = plt.figure...
Copyright © 2005-2022 51CTO.COM 版权所有 京ICP证060544号