From 6acef3341c05311542bcf65b3dc12d496188731b Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Wed, 11 May 2022 13:28:23 -0400 Subject: [PATCH] Update time-series.md --- doc/python/time-series.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/time-series.md b/doc/python/time-series.md index 37be9dc48c0..bfd4d61a02f 100644 --- a/doc/python/time-series.md +++ b/doc/python/time-series.md @@ -159,7 +159,7 @@ fig.show() _new in 5.8_ -You can set `dtick` on `minor` to control the spacing for minor ticks and grid lines. In the following example, by setting `dtick=7*24*60*60*1000` (the number of milliseconds in a week) and setting `tick0="2016-07-043"` (the first Sunday in our data), a minor tick and grid line is displayed for the start of each week. When zoomed out, we can see where each month and week begins and ends. +You can set `dtick` on `minor` to control the spacing for minor ticks and grid lines. In the following example, by setting `dtick=7*24*60*60*1000` (the number of milliseconds in a week) and setting `tick0="2016-07-03"` (the first Sunday in our data), a minor tick and grid line is displayed for the start of each week. When zoomed out, we can see where each month and week begins and ends. ```python import pandas as pd