fig, axs = plt.subplots(3, 1, figsize=(10, 10)) axs[0].plot(stats_V[:, 0], stats_V[:, 1], 'o') axs[1].plot(stats_V[:, 1], stats_V[:, 2], 'x') axs[2].plot(stats_V[:, 0], stats_V[:, 2], 's')