次のような質問があります: Python Matplotlib Y-Axis ticks on Right Side of Plot
プロットの右側に y 軸の目盛りを配置する問題を修正しましたが、左側にも y の目盛りを復元したいと思います。
私は試しました:
yax.set_ticks_position('both')
しかし、私は得る:
ax0.set_ticks_position('both')
AttributeError: 'AxesSubplot' object has no attribute 'set_ticks_position'
どうすればこの問題を解決できますか?