Customizable plot point sizes in monthly statistics plot
in a downstream application we got feedback that the data points and monthly median points on the monthly statistics plots are too similar in size and it'd be great if the data points could be larger than the monthly median points.
to address this, I figured it'd be possible to add an optional parameter to control the size of both the data points and monthly median points.
this PR does that, while retaining the default point sizing (2.5)
Example default plot:
Example plot with customized point sizes:
Edited by Hariharan, Jayaram Athreya