DOI-USGS / lake-temperature-lstm-static

Predict lake temperatures at depth using static lake attributes
Other
0 stars 3 forks source link

Change plotting library from Holoviews #52

Open AndyMcAliley opened 2 years ago

AndyMcAliley commented 2 years ago

hvPlot and Holoviews are being used to plot metrics. They're great for interactive visualizations and exploratory plotting, but they have many dependencies, making publication-quality plots is more challenging, and so far I haven't been able to export plots as png files on Tallgrass. Seaborn and Matplotlib are are a natural choice for an alternative set of libraries. We should change to use Seaborn and Matplotlib for all plots.