In https://github.com/JCSDA-internal/eva/blob/d60260f5aee0c851b43338a983c5789c5dc04641/src/eva/plotting/batch/hvplot/diagnostics/hvplot_map_scatter.py#L44 this ```python s=int(marker_size)+3, xlabel='Longitude', ``` doesn't seem correct and should be something like ```python s=marker_size, xlabel='Longitude', ``` where marker_size is a float.