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

Skip to content

Commit a171036

Browse files
committed
Update offsetbox.py
1 parent 80fd935 commit a171036

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
@@ -1342,7 +1342,7 @@ def get_extent(self, renderer):
13421342
zoom = self.get_zoom()
13431343
data = self.get_data()
13441344
ny, nx = data.shape[:2]
1345-
w, h = dpi_cor nx * zoom, dpi_cor * ny * zoom
1345+
w, h = dpi_cor * nx * zoom, dpi_cor * ny * zoom
13461346

13471347
return w, h, 0, 0
13481348

0 commit comments

Comments
 (0)
0