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

Skip to content

Commit db36ba5

Browse files
rcomerandrew-fennell
authored andcommitted
DOC: remove Blue Book url
1 parent d8c7443 commit db36ba5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/matplotlib/backend_bases.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -812,12 +812,9 @@ def get_dashes(self):
812812
"""
813813
Return the dash style as an (offset, dash-list) pair.
814814
815-
The dash list is a even-length list that gives the ink on, ink off in
816-
points. See p. 107 of to PostScript `blue book`_ for more info.
815+
See `.set_dashes` for details.
817816
818817
Default value is (None, None).
819-
820-
.. _blue book: https://www-cdf.fnal.gov/offline/PostScript/BLUEBOOK.PDF
821818
"""
822819
return self._dashes
823820

0 commit comments

Comments
 (0)