aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpython/slope.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/slope.py b/python/slope.py
index b1ae5f1..cd388d2 100755
--- a/python/slope.py
+++ b/python/slope.py
@@ -91,7 +91,7 @@ def detach_display():
interpolation='nearest',
origin='lower',
norm=colors.Normalize(vmin=0, vmax=0.1))
- ax2.set_title('slope')
+ ax2.set_title('slope ($dz/dy$)')
# ax2.set_xticks([0, 100, 200, 300, 400, 500])
fig.colorbar(right, ax=ax2)