The bbox_to_anchor argument allows the user to specify an optional position for the location of the legend on the graph. We should explicitly allow bbox_to_anchor::Union{Nothing,Tuple} to be passed to score_histogram and/or score_boxplot. (My guess is that this is maybe a 4 line change of code.)
The
bbox_to_anchorargument allows the user to specify an optional position for the location of the legend on the graph. We should explicitly allowbbox_to_anchor::Union{Nothing,Tuple}to be passed toscore_histogramand/orscore_boxplot. (My guess is that this is maybe a 4 line change of code.)