Commit 0ff18d1 1 parent 9ce669b commit 0ff18d1 Copy full SHA for 0ff18d1
File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ julia> reordered_var.dims |> keys |> collect
37
37
when finding the best and worst models
38
38
- Fix legend from covering the box plot by adding the parameter ` legend_text_width ` which
39
39
control the number of characters on each line of the legend of the box plot
40
+ - Use default marker size instead of a marker size of 20 when plotting other models beside
41
+ ` CliMA ` on the box plot
40
42
41
43
v0.5.8
42
44
------
Original file line number Diff line number Diff line change @@ -763,7 +763,6 @@ function Visualize.plot_boxplot!(
763
763
1 : num_cats,
764
764
rmse_var[model_name],
765
765
label = model_name,
766
- markersize = 20 ,
767
766
color = :red ,
768
767
) |> pt -> push! (pts_on_boxplot, pt)
769
768
end
You can’t perform that action at this time.
0 commit comments