diff options
| -rwxr-xr-x | python/slope.py | 2 | 
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) | 
