Skip to content

Commit 189d3dd

Browse files
authored
Merge pull request #46 from Axiomatic-AI/return-fig
Plot interactive spectra return fig
2 parents 5ee10f4 + 7ab27b4 commit 189d3dd

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)