Skip to content

Commit

Permalink
Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
ka-sarthak committed Jan 10, 2025
1 parent 3cea86c commit 907e22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nomad_measurements/xrd/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ def generate_plots(self, archive: 'EntryArchive', logger: 'BoundLogger'):
)
fig_line_log.update_traces(
hovertemplate=(
'<i>Intensity</i>: %{y:.2f}<br>' '|<em>q</em>|: %{x} Å<sup>-1</sup>'
'<i>Intensity</i>: %{y:.2f}<br>|<em>q</em>|: %{x} Å<sup>-1</sup>'
),
)
plot_json = fig_line_log.to_plotly_json()
Expand Down

0 comments on commit 907e22a

Please sign in to comment.