fig.savefig('Sub Directory/graph.png') 如果您希望使用絕對路徑,請匯入os模組: import os my_path = os.path.abspath(__file__) # Figures out the ...
確定! 回上一頁