Update plot.jl (#2467)
* implement the recipe_pipeline * delete _plot! * Update plot.jl fix: https://github.com/mkborregaard/RecipePipeline.jl/issues/7
This commit is contained in:
parent
4b94a8c2f6
commit
9d57817bdf
@ -182,6 +182,11 @@ function _recipe_after_plot!(plt::Plot, plotattributes::AKW, kw_list::Vector{KW}
|
|||||||
_subplot_setup(plt, plotattributes, kw_list)
|
_subplot_setup(plt, plotattributes, kw_list)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function _recipe_after_user!(plt::Plot, plotattributes::AKW, kw_list::Vector{KW})
|
||||||
|
# don't allow something else to handle it
|
||||||
|
plotattributes[:smooth] = false
|
||||||
|
end
|
||||||
|
|
||||||
function _recipe_before_series!(plt::Plot, kw, kw_list)
|
function _recipe_before_series!(plt::Plot, kw, kw_list)
|
||||||
sp::Subplot = kw[:subplot]
|
sp::Subplot = kw[:subplot]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user