您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. python matplotlib实现双Y轴的实例

  2. 如下所示: import matplotlib.pyplot as plt import numpy as np x = np.arange(0., np.e, 0.01) y1 = np.exp(-x) y2 = np.log(x) fig = plt.figure() ax1 = fig.add_subplot(111) ax1.plot(x, y1,'r',label=right); ax1.legend(loc=1) ax1.set_ylabel('Y values for exp(-
  3. 所属分类:其它

    • 发布日期:2020-12-31
    • 文件大小:36kb
    • 提供者:weixin_38662213