Minor changes
This commit is contained in:
parent
767a886e98
commit
e9de8a2598
@ -1570,7 +1570,7 @@ mutable struct IsoContourLines
|
||||
@assert length(z) == 1
|
||||
data = Vector{String}()
|
||||
for i in 1:length(paths)
|
||||
append!(data, arrays2datablock(paths[i].x, paths[i].y))
|
||||
append!(data, arrays2datablock(paths[i].x, paths[i].y, z .* fill(1., length(paths[i].x)))
|
||||
push!(data, "")
|
||||
end
|
||||
return new(paths, data, z)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user