Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0747b commit 26c00b9Copy full SHA for 26c00b9
1 file changed
lib/matplotlib/backend_bases.py
@@ -812,12 +812,9 @@ def get_dashes(self):
812
"""
813
Return the dash style as an (offset, dash-list) pair.
814
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.
+ See `.set_dashes` for details.
817
818
Default value is (None, None).
819
-
820
- .. _blue book: https://www-cdf.fnal.gov/offline/PostScript/BLUEBOOK.PDF
821
822
return self._dashes
823
0 commit comments