fengyanshi / FUNWAVE-TVD

43 stars 51 forks source link

plt.hold() is deprecated and code cannot run #53

Open Julian-Palacios opened 2 years ago

Julian-Palacios commented 2 years ago

https://github.com/fengyanshi/FUNWAVE-TVD/blob/3d5c7484de263ebf12f80cb5956710124bff4792/simple_cases/surface_wave_1d/postprocessing/plot_wave.py#L51

I tested and cannot run the python code. I recommend replacing it with plt.show() in this file and others which use the same function.