NOAA-EDAB / ecodata

A data package for reporting on Northeast Continental Shelf ecosystem status and trends.
https://noaa-edab.github.io/ecodata/
Other
28 stars 11 forks source link

fixes to wind tables and changes to bottom temp maps #128

Closed BBeltz1 closed 5 months ago

BBeltz1 commented 5 months ago

Fixed a bug in get_wea_landings_rev that was preventing the wind tables from correctly updating.

Changed the color scale and window limits of plot_bottom_temp_seasonal_gridded per editor request.

jcaracappa1 commented 5 months ago

plot_wind_revenue() for New England looks off by a factor of 10.

BBeltz1 commented 5 months ago

I'll check Doug's source data.

jcaracappa1 commented 5 months ago

I think the data is ok. The problem was that the plot defaults to landings but the yaxis still is labelled Dollars.

BBeltz1 commented 5 months ago

Yes I see that in the plot function. The units are not adjusting to the varName used.

BBeltz1 commented 5 months ago

added automatic y axis labeling based on varName argument to plot_wind_revenue