import matplotlib.pyplot as plt #get current axes ax = plt.gca() #hide x-axis ax.get_xaxis().set_visible(False) #hide y-axis ...
確定! 回上一頁