Skip to content

Commit

Permalink
switch back to matplotlib default
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Feb 19, 2024
1 parent a71fd4b commit 1c3141f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openmc_geometry_plot/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def main():
)
backend = st.sidebar.selectbox(
label="Ploting backend",
options=("plotly", "matplotlib"),
options=("matplotlib", "plotly"),
index=0,
key="geometry_plotting_backend",
help="Create png images with MatPlotLib or HTML plots with Plotly",
Expand Down

0 comments on commit 1c3141f

Please sign in to comment.