Skip to content

Commit

Permalink
Use subscripts in Poincare plot labels
Browse files Browse the repository at this point in the history
  • Loading branch information
atpage committed Sep 9, 2021
1 parent 42534d7 commit 738f5eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions heartpy/visualizeutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ def plot_poincare(working_data, measures, show = True, figsize=None,
el.set_edgecolor((0,0,0))
el.fill = False

ax.set_xlabel('RRi_n (ms)')
ax.set_ylabel('RRi_n+1 (ms)')
ax.set_xlabel(r'RRi$_n$ (ms)')
ax.set_ylabel(r'RRi$_{n+1}$ (ms)')
ax.legend(loc=4, framealpha=0.6)
ax.set_title(title)

Expand Down

0 comments on commit 738f5eb

Please sign in to comment.