You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 allowbbox_to_anchor::Union{Nothing,Tuple}
to be passed toscore_histogram
and/orscore_boxplot
. (My guess is that this is maybe a 4 line change of code.)The text was updated successfully, but these errors were encountered: