Skip to content

Commit 6acef33

Browse files
authored
Update time-series.md
1 parent 384a400 commit 6acef33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/time-series.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ fig.show()
159159

160160
_new in 5.8_
161161

162-
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.
162+
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.
163163

164164
```python
165165
import pandas as pd

0 commit comments

Comments
 (0)