From 095736e8dfca3c4cf4e47c585f280e9a9ad3fe32 Mon Sep 17 00:00:00 2001 From: Valentin Kaisermayer Date: Sun, 19 Jan 2025 21:09:31 +0100 Subject: [PATCH] minor --- docs/src/retime.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/src/retime.md b/docs/src/retime.md index b84b8aca..4160db86 100644 --- a/docs/src/retime.md +++ b/docs/src/retime.md @@ -4,6 +4,9 @@ The `retime` function allows you to retime, i.e. change the timestamps of a `Tim ```@example retime using Plots, Dates, TimeSeries +default(show = false) # hide +ENV["GKSwstype"] = "100" # hide +gr() timestamps = range(DateTime(2020, 1, 1), length = 7*24, step = Hour(1)) ta = TimeArray(timestamps, cumsum(randn(7*24)), [:a]) ```