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

Skip to content

Commit 40730d1

Browse files
authored
Merge pull request #31316 from amishamehta99/improve-axline-doc
DOC: clarify explanation of axline in infinite lines example
2 parents fd14ae5 + ef570a3 commit 40730d1

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)