方法1 import matplotlib.pyplot as plt Get current size fig_size = plt.rcParams["figure.figsize"] Prints: [8.0, 6.0] print "Current size:", fig_size Set ...
確定! 回上一頁