JuliaGraphics / Winston.jl

2D plotting for Julia
MIT License
171 stars 55 forks source link

timeplot example code fails #297

Closed WurdahMekanik closed 1 year ago

WurdahMekanik commented 5 years ago

The example code for timeplot fails with this error

ERROR: MethodError: no method matching datetime2unix(::Array{DateTime,1})

cmey commented 2 years ago

I fixed this here https://github.com/JuliaGraphics/Winston.jl/pull/307 @WurdahMekanik If this is fixed for you now, can you close this?

cmey commented 1 year ago

@tknopp I believe we can close this issue.

tknopp commented 1 year ago

thanks