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

Skip to content

Commit 91ccf1d

Browse files
story645andrew-fennell
authored andcommitted
DOC: changed dash reference to public link
and added short discription
1 parent cf09d36 commit 91ccf1d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

lib/matplotlib/backend_bases.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -908,16 +908,18 @@ def set_dashes(self, dash_offset, dash_list):
908908
Parameters
909909
----------
910910
dash_offset : float
911-
The offset (usually 0).
911+
Distance, in points, into the dash pattern at which to
912+
start the pattern. It is usually set to 0.
912913
dash_list : array-like or None
913914
The on-off sequence as points. None specifies a solid line. All
914915
values must otherwise be non-negative (:math:`\\ge 0`).
915916
916917
Notes
917918
-----
918-
See p. 107 of to PostScript `blue book`_ for more info.
919-
920-
.. _blue book: https://www-cdf.fnal.gov/offline/PostScript/BLUEBOOK.PDF
919+
See p. 666 of the PostScript
920+
`Language Reference
921+
<https://www.adobe.com/jp/print/postscript/pdfs/PLRM.pdf>`_
922+
for more info.
921923
"""
922924
if dash_list is not None:
923925
dl = np.asarray(dash_list)

0 commit comments

Comments
 (0)