better spot

This commit is contained in:
Simon Christ 2021-11-10 12:09:42 +01:00
parent f928c078e4
commit 0e09478a6a
2 changed files with 1 additions and 1 deletions

View File

@ -2044,7 +2044,6 @@ function _update_subplot_args(
_update_subplot_periphery(sp, anns)
_update_subplot_colors(sp)
_update_subplot_legend(sp, plotattributes_in)
lims_warned = false
for letter in (:x, :y, :z)

View File

@ -263,6 +263,7 @@ function _subplot_setup(plt::Plot, plotattributes::AKW, kw_list::Vector{KW})
get(sp_attrs, sp, KW())
end
_update_subplot_args(plt, sp, attr, idx, false)
_update_subplot_legend(sp, attr)
end
# do we need to link any axes together?