Skip to content

Commit

Permalink
fix spines are not properly re-drawn with m.set_frame if rounded=0
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelquast committed Dec 8, 2023
1 parent e468580 commit 783b004
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 @@ -5705,5 +5705,5 @@ def cb(*args, **kwargs):
self.BM._before_fetch_bg_actions.append(cb)
self.ax._EOmaps_rounded_spine_attached = True

self.redraw("__SPINES__")
self.redraw("__SPINES__")
self.redraw("__BG__")

0 comments on commit 783b004

Please sign in to comment.