Skip to content

support scalars for hline! and vline! #2129

@fkastner

Description

@fkastner

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    2.0enhancementimproving existing functionality

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions