Change to _update_subplot_colorbars

This commit is contained in:
Nicholas Bauer 2021-09-25 13:10:54 -04:00 committed by GitHub
parent 5f1b5e9f01
commit 2d8ceae577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -416,7 +416,5 @@ function _add_the_series(plt, sp, plotattributes)
push!(plt.series_list, series)
push!(sp.series_list, series)
_series_added(plt, series)
#just to get it to work
update_clims(sp)
_update_subplot_colorbars(sp)
end