-
-
Notifications
You must be signed in to change notification settings - Fork 370
Open
Labels
Milestone
Description
It would be nice to have hline!(0.73)
working instead of hline!([0.73])
. The same goes for vline!
.
Currently for floats it errors with No user recipe defined for Float64
.
For Ints on the other hand I get a BoundsError attempt to access 0-element Array{Float64,1} at index [1]
.
I am 70 percent sure this worked about four weeks ago but if not then consider this a feature request :)
daschw, lnacquaroli and juliohm