Skip to content

Commit d61ee70

Browse files
Merge pull request #3728 from plotly/LiamConnors-patch-1
2 parents 384a400 + 6acef33 commit d61ee70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)