NOAA-CSL / MELODIES-MONET

MELODIES MONET - diagnostic tool for evaluating models against a variety of observations including surface, aircraft, and satellite data all within a common framework
https://melodies-monet.readthedocs.io
Apache License 2.0
21 stars 31 forks source link

Update YAML options in Scatter Density plot #293

Open rschwant opened 1 month ago

rschwant commented 1 month ago

Some YAML options are not fully working for this plot.

Not working: xlabel: 'Model' ylabel: 'Observation' title: 'Scatter Density Plot'

Maybe not working: shade_lowest: True #False

1) Need to check all and verify

2) Need to connect the vmin and vmax to the actual obs min and max values rather than this being specified in the plot type

rschwant commented 12 hours ago

I realized when making my poster for AGU that the for this scatter density plot all text sizes do not update when updating the yaml file. This also needs to be updated, so "text_kwargs: fontsize: 30", is fully connected to the plot. The scatter density plot because the y and x axis sometimes have different scales it would be useful to be able to add a 1:1 line on the plot so that readers can automatically understand how off the model and obs are even without looking at the x and y labels. Can we also have y-axis plot title update the variable names and we just add observation or model to them. The title of the plot should be the name of the location like the other plots too. This would make this plot consistent with the features of the other plots.

This is non-urgent and can be addressed after AGU and holiday's. I'm just noting it here so we do not forget to fix it.