Skip to content

Commit

Permalink
feat(ringmap): set bgcolor to lightgray
Browse files Browse the repository at this point in the history
  • Loading branch information
nritsche committed Nov 27, 2020
1 parent c2b6785 commit 79899e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bondia/plot/ringmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ def view(self):
height=self.height,
responsive=True,
shared_axes=True,
bgcolor="lightgray",
)

return panel.Row(img, width_policy="max")
Expand Down

0 comments on commit 79899e9

Please sign in to comment.