Skip to content

Commit

Permalink
Merge branch 'optional_gui' of github.com:fusion-energy/openmc_cylind…
Browse files Browse the repository at this point in the history
…rical_mesh_plotter into optional_gui
  • Loading branch information
shimwell committed Feb 15, 2024
2 parents 6a55fe5 + 6325c1d commit d4765dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openmc_cylindrical_mesh_plotter/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def main():
volume_normalization=volume_normalization,
scaling_factor=scaling_factor,
colorbar_kwargs={"label": title},
norm=norm
norm=norm,
# outline_kwargs: dict = _default_outline_kwargs,
# **kwargs,
)
Expand Down

0 comments on commit d4765dc

Please sign in to comment.