Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinKaisermayer committed Jan 19, 2025
1 parent 4dac1b4 commit 095736e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/retime.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])
```
Expand Down

0 comments on commit 095736e

Please sign in to comment.