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 2f493e5 commit fcd1699Copy full SHA for fcd1699
1 file changed
lib/matplotlib/axes/_base.py
@@ -2097,7 +2097,7 @@ def _update_patch_limits(self, patch):
2097
return
2098
vertices = np.array([v for s in patch.get_path().iter_segments()
2099
if s[1] != mpath.Path.CLOSEPOLY
2100
- for v in s[0]]).reshape([-1,2])
+ for v in s[0]]).reshape([-1, 2])
2101
if vertices.size > 0:
2102
xys = patch.get_patch_transform().transform(vertices)
2103
if patch.get_data_transform() != self.transData:
0 commit comments