Rename _typeAliases to type_aliases
This commit is contained in:
parent
6aa4c4ee7f
commit
fb82e6c2a5
@ -54,7 +54,7 @@ function plot(args...; kw...)
|
|||||||
# create an empty Plot then process
|
# create an empty Plot then process
|
||||||
plt = Plot()
|
plt = Plot()
|
||||||
# plt.user_attr = plotattributes
|
# plt.user_attr = plotattributes
|
||||||
recipe_pipeline!(plt, plotattributes, args)
|
recipe_pipeline!(plt, plotattributes, args, type_aliases=_typeAliases)
|
||||||
end
|
end
|
||||||
|
|
||||||
# build a new plot from existing plots
|
# build a new plot from existing plots
|
||||||
@ -155,7 +155,7 @@ function plot!(plt::Plot, args...; kw...)
|
|||||||
plotattributes = KW(kw)
|
plotattributes = KW(kw)
|
||||||
preprocessArgs!(plotattributes)
|
preprocessArgs!(plotattributes)
|
||||||
# merge!(plt.user_attr, plotattributes)
|
# merge!(plt.user_attr, plotattributes)
|
||||||
recipe_pipeline!(plt, plotattributes, args, _typeAliases=_typeAliases)
|
recipe_pipeline!(plt, plotattributes, args, type_aliases=_typeAliases)
|
||||||
end
|
end
|
||||||
|
|
||||||
# -------------------------------------------------------------------------------
|
# -------------------------------------------------------------------------------
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user