ensure that the pipeline works
This commit is contained in:
parent
70ec20293a
commit
794ffe6975
@ -24,7 +24,7 @@ import RecipePipeline: _process_userrecipe, _process_plotrecipe,
|
|||||||
finalize_subplot!, recipe_pipeline!,
|
finalize_subplot!, recipe_pipeline!,
|
||||||
_recipe_init!, _recipe_after_user!,
|
_recipe_init!, _recipe_after_user!,
|
||||||
_recipe_after_plot!, _recipe_before_series!,
|
_recipe_after_plot!, _recipe_before_series!,
|
||||||
_recipe_finish!
|
_recipe_finish!, is_st_supported
|
||||||
|
|
||||||
using Requires
|
using Requires
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
function finalize_subplot!(plt::Plot, st, plotattributes::AKW)
|
function finalize_subplot!(plt::Plot, st, plotattributes::AKW)
|
||||||
sp = _prepare_subplot(plt, plotattributes)
|
sp = _prepare_subplot(plt, plotattributes)
|
||||||
_prepare_annotations(sp, plotattributes)
|
_prepare_annotations(sp, plotattributes)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user