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.
2 parents af256b6 + 26c00b9 commit 6494196Copy full SHA for 6494196
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