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 5a7c3a3 commit f02efafCopy full SHA for f02efaf
1 file changed
lib/matplotlib/collections.py
@@ -217,9 +217,7 @@ def set_linewidth(self, lw):
217
ACCEPTS: float or sequence of floats
218
"""
219
self._linewidths = self._get_value(lw)
220
-
221
- def set_linewidths(self, lw):
222
- self.set_linewidth(lw)
+ set_linewidths = set_lw = set_linewidth
223
224
def set_color(self, c):
225
@@ -798,7 +796,8 @@ def set_linewidth(self, lw):
798
796
799
797
800
self._lw = self._get_value(lw)
801
+
802
def set_linestyle(self, ls):
803
804
Set the linestyles(s) for the collection.
0 commit comments