boxplot nan fix; add match_dimensions to pyplot supportedargs
This commit is contained in:
parent
a1b991aaeb
commit
536da01714
@ -33,7 +33,8 @@ supportedArgs(::PyPlotBackend) = [
|
||||
:orientation,
|
||||
:overwrite_figure,
|
||||
:polar,
|
||||
:normalize, :weights, :contours, :aspect_ratio
|
||||
:normalize, :weights, :contours, :aspect_ratio,
|
||||
:match_dimensions,
|
||||
]
|
||||
supportedAxes(::PyPlotBackend) = _allAxes
|
||||
supportedTypes(::PyPlotBackend) = [
|
||||
|
||||
@ -186,7 +186,7 @@ function apply_series_recipe(d::KW, ::Type{Val{:box}})
|
||||
m, l, r, m, m, NaN, # lower T
|
||||
l, l, r, r, l, NaN, # lower box
|
||||
l, l, r, r, l, NaN, # upper box
|
||||
m, l, r, m, m # upper T
|
||||
m, l, r, m, m, NaN, # upper T
|
||||
]
|
||||
ycoords = [
|
||||
q1, q1, q1, q1, q2, NaN, # lower T
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user