MakieOrg / Makie.jl

Interactive data visualizations and plotting in Julia
https://docs.makie.org/stable
MIT License
2.38k stars 302 forks source link

DateTime support for vlines(hlines) #4119

Closed kosukesando closed 2 weeks ago

kosukesando commented 1 month ago

Attempting to call vlines(d::DateTime) results in MethodError: Cannot convert an object of type Dates.DateTime to an object of type Float64.

kosukesando commented 1 month ago

vlines(Dates.value(d::DateTime)) works as a workaround.

ffreyer commented 2 weeks ago

Closing as duplicate of #4069