8000 Update offsetbox.py · matplotlib/matplotlib@61df219 · GitHub
[go: up one dir, main page]

Skip to content

Commit 61df219

Browse files
committed
Update offsetbox.py
1 parent a171036 commit 61df219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/offsetbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1339,7 +1339,7 @@ def get_extent(self, renderer):
13391339
else:
13401340
dpi_cor = 1.
13411341

1342-
zoom = self.get_zoom()
1342+
zoom = self.get_zoom()
13431343
data = self.get_data()
13441344
ny, nx = data.shape[:2]
13451345
w, h = dpi_cor * nx * zoom, dpi_cor * ny * zoom

0 commit comments

Comments
 (0)
0