Skip to content

Commit

Permalink
fix rst check failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaigh0 committed Apr 4, 2024
1 parent 7ae460c commit ad323f5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -49,7 +49,7 @@ For setting scales, axis titles, plot titles etc. you can use:
axes.set_xlim(0,5000)
#C hange the y-axis label
axes.set_ylabel('Counts ($\mu s$)$^{-1}$')
axes.set_ylabel(r'Counts ($\mu s$)$^{-1}$')
# Add legend entries
axes.legend(['Good Line'])
Expand Down

0 comments on commit ad323f5

Please sign in to comment.