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 4ab8e14 commit 69af0e7Copy full SHA for 69af0e7
1 file changed
lib/matplotlib/collections.py
@@ -128,9 +128,10 @@ def __init__(self,
128
# list of unbroadcast/scaled linewidths
129
self._us_lw = [0]
130
self._linewidths = [0]
131
+ self._is_filled = True # May be modified by set_facecolor().
132
- self.set_edgecolor(edgecolors)
133
self.set_facecolor(facecolors)
134
+ self.set_edgecolor(edgecolors)
135
self.set_linewidth(linewidths)
136
self.set_linestyle(linestyles)
137
self.set_antialiased(antialiaseds)
0 commit comments