import matplotlib.pyplot as plt fig, ax = plt.subplots() twin1 = ax.twinx() twin2 = ax.twinx() twin2.spines.right.set_position(("axes", -0.15)) p1, ...
確定! 回上一頁