Skip to content

Commit

Permalink
fix logo size changes on zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelquast committed Apr 5, 2022
1 parent 9d13222 commit 95808d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eomaps/eomaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -3180,7 +3180,7 @@ def add_logo(self, filepath=None, position="lr", size=0.12, pad=0.1):
im = mpl.image.imread(filepath)

def getpos(pos):
s = pos.width * size
s = size
if isinstance(pad, tuple):
pwx, pwy = (s * pad[0], s * pad[1])
else:
Expand Down

0 comments on commit 95808d9

Please sign in to comment.