I guess it likes saving before showing...

jupyter
Jeff Moe 2022-09-08 12:48:24 -06:00
parent 68404b6e61
commit 6e73e1d75b
1 changed files with 1 additions and 1 deletions

View File

@ -657,8 +657,8 @@ class FourFrame:
)
plt.tight_layout()
plt.show()
plt.savefig(outfname, bbox_inches="tight", pad_inches=0.5)
plt.show()
plt.close()
def plot_prediction(self, p, ax, tlefiles, colors, dt=2.0, w=10.0):