Use fig, axes = plt.subplots(1,2). import matplotlib.pyplot as plt import numpy as np # sample data x = np.linspace(0.0,100,50) y ...
確定! 回上一頁