From b9d4c48826b348ae0e998cd70c30e1600fad6d14 Mon Sep 17 00:00:00 2001 From: jverzani Date: Wed, 12 Sep 2018 17:12:24 -0400 Subject: [PATCH] Void -> Nothing --- src/plot_recipe.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plot_recipe.jl b/src/plot_recipe.jl index 9e08f77..ca14ac7 100644 --- a/src/plot_recipe.jl +++ b/src/plot_recipe.jl @@ -58,7 +58,7 @@ function xyrange(u, L, R, B, T, W, H; offset=0) end -function get_xs_ys(map::Void, rs, L, R, B, T, W, H) +function get_xs_ys(map::Nothin, rs, L, R, B, T, W, H) xs = Float64[] ys = Float64[] for u in rs @@ -134,7 +134,7 @@ end M=8, # oddly m as keyword fails. 9/8 too slow red=nothing, # or :red ... black=:black, - map=nothing # union(Void, Function...) + map=nothing # union(Nothing, Function...) ) # L, R = extrema(x)