Skip to content

Commit e03eca4

Browse files
committed
PEP8 : pep8-ing the pep8 fixes
1 parent b89307b commit e03eca4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

lib/matplotlib/quiver.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,9 @@ def on_dpi_change(fig):
247247
if self_weakref is not None:
248248
self_weakref.labelsep = (self_weakref._labelsep_inches*fig.dpi)
249249
self_weakref._initialized = False # simple brute force update
250-
# works because _init is called
251-
# at the start of draw.
250+
# works because _init is
251+
# called at the start of
252+
# draw.
252253

253254
self._cid = Q.ax.figure.callbacks.connect('dpi_changed',
254255
on_dpi_change)
@@ -467,8 +468,9 @@ def on_dpi_change(fig):
467468
self_weakref._new_UV = True # vertices depend on width, span
468469
# which in turn depend on dpi
469470
self_weakref._initialized = False # simple brute force update
470-
# works because _init is called
471-
# at the start of draw.
471+
# works because _init is
472+
# called at the start of
473+
# draw.
472474

473475
self._cid = self.ax.figure.callbacks.connect('dpi_changed',
474476
on_dpi_change)

0 commit comments

Comments
 (0)