Skip to content

Commit 1f8a706

Browse files
committed
Switches to Plotly as the plotting engine in pd-neut-tof tutorial
1 parent d7204d6 commit 1f8a706

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tutorials/advanced_single-fit_pd-neut-tof_Si-SEPD.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@
117117
# %%
118118
project = Project()
119119

120+
# %% [markdown]
121+
# ## Configure Plotting Engine
122+
123+
# %%
124+
project.plotter.engine = 'plotly'
125+
120126
# %% [markdown]
121127
# ### Add sample model
122128

0 commit comments

Comments
 (0)