Skip to content

Commit 0ff18d1

Browse files
ph-kevSbozzolo
authored andcommitted
Decrease marker size for box plot
The marker size used to be 20 when plotting other models that are not "CliMA". This is changed to use the default marker size.
1 parent 9ce669b commit 0ff18d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

NEWS.md

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ julia> reordered_var.dims |> keys |> collect
3737
when finding the best and worst models
3838
- Fix legend from covering the box plot by adding the parameter `legend_text_width` which
3939
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
4042

4143
v0.5.8
4244
------

ext/ClimaAnalysisMakieExt.jl

-1
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,6 @@ function Visualize.plot_boxplot!(
763763
1:num_cats,
764764
rmse_var[model_name],
765765
label = model_name,
766-
markersize = 20,
767766
color = :red,
768767
) |> pt -> push!(pts_on_boxplot, pt)
769768
end

0 commit comments

Comments
 (0)