better spot
This commit is contained in:
parent
f928c078e4
commit
0e09478a6a
@ -2044,7 +2044,6 @@ function _update_subplot_args(
|
|||||||
|
|
||||||
_update_subplot_periphery(sp, anns)
|
_update_subplot_periphery(sp, anns)
|
||||||
_update_subplot_colors(sp)
|
_update_subplot_colors(sp)
|
||||||
_update_subplot_legend(sp, plotattributes_in)
|
|
||||||
|
|
||||||
lims_warned = false
|
lims_warned = false
|
||||||
for letter in (:x, :y, :z)
|
for letter in (:x, :y, :z)
|
||||||
|
|||||||
@ -263,6 +263,7 @@ function _subplot_setup(plt::Plot, plotattributes::AKW, kw_list::Vector{KW})
|
|||||||
get(sp_attrs, sp, KW())
|
get(sp_attrs, sp, KW())
|
||||||
end
|
end
|
||||||
_update_subplot_args(plt, sp, attr, idx, false)
|
_update_subplot_args(plt, sp, attr, idx, false)
|
||||||
|
_update_subplot_legend(sp, attr)
|
||||||
end
|
end
|
||||||
|
|
||||||
# do we need to link any axes together?
|
# do we need to link any axes together?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user