Mejor yrange en c-busqueda
This commit is contained in:
@ -222,6 +222,7 @@ class Handler
|
||||
y = datos.map { |r|
|
||||
r[0].to_f / 1000
|
||||
}
|
||||
yrange(0..(y.max*1.1).to_i + 1)
|
||||
|
||||
xtics = Hash(Float64, String).new
|
||||
datos.each_with_index { |r, i|
|
||||
|
Reference in New Issue
Block a user