JuliaPlots / StatsPlots.jl

Statistical plotting recipes for Plots.jl
Other
437 stars 88 forks source link

Fix boxplot `range` attribute by renaming it `whisker_range` #473

Closed yha closed 2 years ago

yha commented 2 years ago

range is now an alias to lims (JuliaPlots/Plots.jl#3803), so it can't be used in the recipe. Docs update in a separate PR to Plots.

diegozea commented 2 years ago

Thanks, this should fix the issue that I have just noticed of the non-working range attribute:

image

diegozea commented 2 years ago

Thanks! Is it possible to release a new version with this fix?

yha commented 2 years ago

https://github.com/JuliaRegistries/General/pull/51008