fix for integer arg in process_inputs
This commit is contained in:
parent
e676387c16
commit
00f3d450f9
@ -229,7 +229,8 @@ end
|
|||||||
# --------------------------------------------------------------------
|
# --------------------------------------------------------------------
|
||||||
|
|
||||||
function process_inputs(plt::AbstractPlot, d::KW, n::Integer)
|
function process_inputs(plt::AbstractPlot, d::KW, n::Integer)
|
||||||
d[:x], d[:y], d[:z] = zeros(0), zeros(0), zeros(0)
|
# d[:x], d[:y], d[:z] = zeros(0), zeros(0), zeros(0)
|
||||||
|
d[:x] = d[:y] = d[:z] = n
|
||||||
end
|
end
|
||||||
|
|
||||||
# no special handling... assume x and z are nothing
|
# no special handling... assume x and z are nothing
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user