fix single argument recipe
This commit is contained in:
parent
1faa858690
commit
9f375aef09
@ -294,7 +294,7 @@ end
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
@recipe function f(y)
|
@recipe function f(y)
|
||||||
wrap_surfaces!(plotattribute, y)
|
wrap_surfaces!(plotattributes, y)
|
||||||
newy = _apply_type_recipe(plotattributes, y, :y)
|
newy = _apply_type_recipe(plotattributes, y, :y)
|
||||||
if y !== newy
|
if y !== newy
|
||||||
newy
|
newy
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user