Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wasserth committed Jan 31, 2025
1 parent 5291304 commit 95159fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion totalsegmentator/bin/totalseg_evans_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def plot_slice_with_diameters(brain, start_b, end_b, start_v, end_v, evans_index
plt.gca().invert_xaxis()

# Add disclaimer text at bottom with adjusted position
disclaimer = "* Volume of brain + cranial cavity (area inside of skull).\n\n" + \
disclaimer = "* Volume of brain + cranial cavity (area inside of skull)\n\n" + \
"This is a research prototype and not designed for diagnosis of any medical complaint.\n" + \
"Created by AI Lab, Department of Radiology, University Hospital Basel"
plt.figtext(0.5, -0.01, disclaimer, ha='center', va='bottom', fontsize=8, wrap=True)
Expand Down

0 comments on commit 95159fc

Please sign in to comment.