Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelquast committed Apr 5, 2022
1 parent 95808d9 commit 58b73dd
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 @@ -3049,7 +3049,7 @@ def add_colorbar(
# remember colorbar for later (so that we can update its position etc.)
self._colorbar = [layer, cbgs, ax_cb, ax_cb_plot, orientation, cb]

return [cbgs, ax_cb, ax_cb_plot, orientation, cb]
return [layer, cbgs, ax_cb, ax_cb_plot, orientation, cb]

def indicate_masked_points(self, radius=1.0, **kwargs):
"""
Expand Down

0 comments on commit 58b73dd

Please sign in to comment.