Skip to content

Commit

Permalink
Merge pull request #6074 from dylan-evans/master
Browse files Browse the repository at this point in the history
DOC: linestyle is dash_dot and should be dashdot
  • Loading branch information
tacaswell committed Feb 29, 2016
2 parents 90a6984 + ac819f4 commit 3ba9279
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/matplotlib/collections.py
Expand Up @@ -510,7 +510,7 @@ def set_linestyle(self, ls):
=========================== =================
``'-'`` or ``'solid'`` solid line
``'--'`` or ``'dashed'`` dashed line
``'-.'`` or ``'dash_dot'`` dash-dotted line
``'-.'`` or ``'dashdot'`` dash-dotted line
``':'`` or ``'dotted'`` dotted line
=========================== =================
Expand Down
2 changes: 1 addition & 1 deletion lib/matplotlib/lines.py
Expand Up @@ -1011,7 +1011,7 @@ def set_linestyle(self, ls):
=========================== =================
``'-'`` or ``'solid'`` solid line
``'--'`` or ``'dashed'`` dashed line
``'-.'`` or ``'dash_dot'`` dash-dotted line
``'-.'`` or ``'dashdot'`` dash-dotted line
``':'`` or ``'dotted'`` dotted line
``'None'`` draw nothing
``' '`` draw nothing
Expand Down
2 changes: 1 addition & 1 deletion lib/matplotlib/patches.py
Expand Up @@ -370,7 +370,7 @@ def set_linestyle(self, ls):
=========================== =================
``'-'`` or ``'solid'`` solid line
``'--'`` or ``'dashed'`` dashed line
``'-.'`` or ``'dash_dot'`` dash-dotted line
``'-.'`` or ``'dashdot'`` dash-dotted line
``':'`` or ``'dotted'`` dotted line
=========================== =================
Expand Down

0 comments on commit 3ba9279

Please sign in to comment.