fix typo in glvisualize
This commit is contained in:
parent
9a5f42c251
commit
1c0a731ff6
@ -290,7 +290,7 @@ function extract_points(d)
|
|||||||
array = if d[:seriestype] == :straightline
|
array = if d[:seriestype] == :straightline
|
||||||
straightline_data(d)
|
straightline_data(d)
|
||||||
elseif d[:seriestype] == :shape
|
elseif d[:seriestype] == :shape
|
||||||
shape_data(series)
|
shape_data(d)
|
||||||
else
|
else
|
||||||
(d[:x], d[:y], d[:z])[1:dim]
|
(d[:x], d[:y], d[:z])[1:dim]
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user