Skip to content

Commit 6861ba1

Browse files
committed
Fix typo
1 parent 24789be commit 6861ba1

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
@@ -198,7 +198,7 @@ def plot_interactive_spectra(
198198
# Create the layout
199199
fig.update_layout(
200200
xaxis_title="Wavelength (nm)",
201-
yaxis_title="Transmission " + "(dB)" if db else "(linear)",
201+
yaxis_title="Transmission " + ("(dB)" if db else "(linear)"),
202202
shapes=shapes,
203203
sliders=sliders,
204204
yaxis=dict(range=[y_min, y_max]),

0 commit comments

Comments
 (0)