私は、matplotlibの関数で変数を呼び出そうとしていますが、エラーが出ます。多分それは不可能です。Matplotlibヒストグラムのタイトル
sigma = float(some number)
ax1.hist(population)
ax1.set_title('blah N = 241', 'standard deviation =',sigma)
それはエラーを返します:
AttributeError: 'str' object has no attribute 'pop'
または
AttributeError: 'int' object has no attribute 'pop'