Skip to content

Commit 7ab27b4

Browse files
committed
Plot interactive spectra return fig
1 parent 5ee10f4 commit 7ab27b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/axiomatic/pic_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def plot_interactive_spectra(
194194
yaxis=dict(range=[y_min, y_max]),
195195
)
196196

197-
fig.show()
197+
return fig
198198

199199

200200
def plot_parameter_history(parameters: List[Parameter], parameter_history: List[dict]):

0 commit comments

Comments
 (0)