Skip to content

Commit 079ca40

Browse files
trigger doc build
1 parent cbe41e6 commit 079ca40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/dumbbell-plots.md

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

110110
In this example, we add arrow markers to the plot. The first trace adds the lines connecting the data points and arrow markers.
111111
The second trace adds circle markers. On the first trace, we use `standoff=8` to position the arrow marker back from the data point.
112-
For the arrow marker to point directly at the circle marker, this value should be half the circle marker size.
112+
For the arrow marker to point directly at the circle marker, this value should be half the circle marker size, which is hardcoded to 16 here.
113113

114114
```python
115115
import pandas as pd

0 commit comments

Comments
 (0)