removed unnecessary args
This commit is contained in:
parent
a6669f89a0
commit
5c1ea707ca
@ -148,7 +148,7 @@ function gr_polyline(x, y, func = GR.polyline; arrowside = :none, arrowstyle = :
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
function gr_polyline3d(x, y, z, func = GR.polyline3d; arrowside = :none, arrowstyle = :simple)
|
function gr_polyline3d(x, y, z, func = GR.polyline3d)
|
||||||
iend = 0
|
iend = 0
|
||||||
n = length(x)
|
n = length(x)
|
||||||
while iend < n-1
|
while iend < n-1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user