Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef570a3

Browse files
committed
DOC: clarify explanation of axline in infinite lines example
1 parent fd14ae5 commit ef570a3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • galleries/examples/lines_bars_and_markers

galleries/examples/lines_bars_and_markers/axline.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
special data values, e.g. in this example the center and limit values of the
99
sigmoid function.
1010
11-
`~.axes.Axes.axline` draws infinite straight lines in arbitrary directions.
11+
`~.axes.Axes.axline` draws infinite straight lines defined either by two
12+
points or by a point and a slope.
1213
1314
.. redirect-from:: /gallery/pyplot/axline
1415
"""

0 commit comments

Comments
 (0)