Skip to content

Commit

Permalink
Merge branch 'main' into adding_color_map_to_gui
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell authored Mar 20, 2024
2 parents d5ccd2a + 353a2a5 commit ec7a66d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/openmc_cylindrical_mesh_plotter/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ def main():
)

if basis == "RZ":
mirror = st.sidebar.radio("Mirror", options=[True, False], index=1)
outline = st.sidebar.radio("Geometry outline", options=[True, False])
if outline:
geometry_basis = st.sidebar.selectbox(
Expand Down Expand Up @@ -246,6 +247,7 @@ def main():
scaling_factor=scaling_factor,
colorbar_kwargs={"label": title},
norm=norm,
mirror=mirror,
cmap=cmap,
# outline_kwargs: dict = _default_outline_kwargs,
# **kwargs,
Expand Down

0 comments on commit ec7a66d

Please sign in to comment.