Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukeaso-astron committed Jan 7, 2025
1 parent 3603c12 commit 0a764f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotastrodata/plot_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@ def plot_on_wall(sign: int, axis: int, **kwargs):
return

_kw = {'levels': [3, 6, 12, 24, 48, 96, 192, 384],
'sigma': 'hist', 'cmap': 'Jet', 'alpha': 0.3}
'sigma': 'hist', 'cmap': 'Jet', 'alpha': 0.3}
_kw.update(kwargs)
volume = _kw['data']
levels = _kw['levels']
Expand Down

0 comments on commit 0a764f6

Please sign in to comment.