It looks like you can do it with: ax.yaxis.set_label_position("right") ... from matplotlib import pyplot as plt import numpy as np ax1 = plt.plot() t ...
確定! 回上一頁