I'm trying to work out the values on the x axis for the maximum value of y (ymax), ymax +0.5 and ymax - 0.5

前端 未结 0 1284
伪装坚强ぢ
伪装坚强ぢ 2020-11-30 02:49
W = loadmat(\'W4dataP1.mat\', mat_dtype=True , squeeze_me=True )
locals().update({k :W[k]for k in [\'x\',\'y\',\'dy\']})
plt.errorbar(x,y,dy,fmt =\'r*\',label = \'Pl         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题