Unify Delta rheobase and normalized delta rheobase throughout methods and results by creating new commands \drheo and \ndAUC

This commit is contained in:
nkoch1
2022-05-22 12:38:21 -04:00
parent 65869fc273
commit 08c1111387
4 changed files with 21 additions and 16 deletions

View File

@@ -227,7 +227,7 @@ def plot_diff_sqrt(ax, a=1, b=0.2, c=100, d=0, a2=1, b2=0.2, c2=100, d2=0):
def plot_quadrant(ax):
ax.spines['left'].set_position('zero')
ax.spines['bottom'].set_position('zero')
ax.text(1.2, 0.05, '$\\Delta$ rheobase', ha='right')
ax.text(1.2, -0.15, '$\\Delta$ rheobase', ha='right')
ax.text(-0.03, 0.7, '$\\Delta$ AUC', ha='right', rotation=90)
ax.tick_params(length=0)
ax.set_xlim(-1, 1)

Binary file not shown.