Skip to content

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:

demo_plot_01

Example plot with customized point sizes:

demo_plot_02

Edited by Hariharan, Jayaram Athreya

Merge request reports