To create two plots in separate windows, precede the first plot with pyplot.figure(1) and precede the second plot with pyplot.figure(2): pyplot.figure(1) ...
確定! 回上一頁