Skip to content

Commit

Permalink
Void -> Nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
jverzani committed Sep 12, 2018
1 parent 0b6e23c commit b9d4c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plot_recipe.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit b9d4c48

Please sign in to comment.