You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using Plots, Dates
y = rand(100)
x = Time(8, 0) .+ Minute.(0:99)
plot(x,y, xlims = (Time(8,30), Time(8,40)))
and have
ERROR: type Nanosecond has no field periods
Stacktrace:
[1] getproperty(x::Nanosecond, f::Symbol)
@ Base .\Base.jl:38
[2] attr!(::Plots.Axis; kw::Base.Pairs{Symbol, Any, Tuple{Symbol, Symbol}, NamedTuple{(:lims, :formatter), Tuple{Tuple{Time, Time}, typeof(RecipesPipeline.timeformatter)}}})
Try to plot this
and have
Backends
gr (default)
Plots.jl version:
⌃ [91a5bcdd] Plots v1.40.7
The text was updated successfully, but these errors were encountered: