Skip to content

Commit 44ed389

Browse files
GernotMaierCopilot
andauthored
Update v2dl5/plot.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2cefce3 commit 44ed389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2dl5/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def plot_fit(self, data_set):
125125
ax_spectrum, _ = data_set.plot_fit()
126126
except ValueError:
127127
return
128-
# TODO
128+
# TODO: Adjust axis limits and add any necessary labels or annotations to improve plot clarity.
129129
ax_spectrum.set_ylim(0.1, 40)
130130
data_set.plot_masks(ax=ax_spectrum)
131131
try:

0 commit comments

Comments
 (0)