Add finalize_subplot!

This commit is contained in:
Sebastian Micluța-Câmpeanu 2020-03-15 01:36:29 +02:00 committed by Simon Christ
parent cb103598d7
commit 4e6c64ebcc
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ import JSON
import RecipePipeline: _process_userrecipe, _process_plotrecipe,
_process_seriesrecipe, _preprocess_args,
preprocessArgs!, is_st_supported,
recipe_pipeline!,
finalize_subplot!, recipe_pipeline!,
_recipe_init!, _recipe_after_user!,
_recipe_after_plot!, _recipe_before_series!,
_recipe_finish!

View File

@ -1,5 +1,5 @@
function finalize_subplot!(plt, plotattributes::AKW)
function finalize_subplot!(plt::Plot, st, plotattributes::AKW)
sp = _prepare_subplot(plt, plotattributes)
_prepare_annotations(sp, plotattributes)
_expand_subplot_extrema(sp, plotattributes, st)