Skip to content

Commit 0e078a7

Browse files
timhoffmrcomer
andauthored
Update lib/matplotlib/figure.py
Co-authored-by: Ruth Comer <[email protected]>
1 parent 1ea856d commit 0e078a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3003,7 +3003,7 @@ def _set_base_canvas(self):
30033003
This is used upon initialization of the Figure, but also
30043004
to reset the canvas when decoupling from pyplot.
30053005
"""
3006-
# check if we have changed the API due to hi-dpi screens
3006+
# check if we have changed the DPI due to hi-dpi screens
30073007
orig_dpi = getattr(self, '_original_dpi', self._dpi)
30083008
FigureCanvasBase(self) # Set self.canvas as a side-effect
30093009
# put it back to what it was

0 commit comments

Comments
 (0)