File tree 1 file changed +6
-4
lines changed 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -247,8 +247,9 @@ def on_dpi_change(fig):
247
247
if self_weakref is not None :
248
248
self_weakref .labelsep = (self_weakref ._labelsep_inches * fig .dpi )
249
249
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.
252
253
253
254
self ._cid = Q .ax .figure .callbacks .connect ('dpi_changed' ,
254
255
on_dpi_change )
@@ -467,8 +468,9 @@ def on_dpi_change(fig):
467
468
self_weakref ._new_UV = True # vertices depend on width, span
468
469
# which in turn depend on dpi
469
470
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.
472
474
473
475
self ._cid = self .ax .figure .callbacks .connect ('dpi_changed' ,
474
476
on_dpi_change )
You can’t perform that action at this time.
0 commit comments