There are three ways to specify the plot's time range:
-
"Start at
[datetime]
and end at
[datetime]
."
-
"Start at
[datetime]
and end
[timedelta]
later."
-
"Start
[timedelta]
before the end
[datetime]
."
Start Time: Specify the starting time for the
plot. This must be a Pandas-parsable datetime string
YYYY-MM-DD HH:MM or if an End datetime is
given, a Pandas-parsable timedelta such as
30min for 30 minutes, 12H for 12 hours,
3D for 3 days.
End Time: Specify the ending time for the
plot. This must be a Pandas-parsable datetime string
YYYY-MM-DD HH:MM or if a Start datetime is
given, a Pandas-parsable timedelta such as
30min for 30 minutes, 12H for 12 hours,
3D for 3 days.