From 4c958c061fcf97c0cc13701578a3fb1400227793 Mon Sep 17 00:00:00 2001
From: Paul Garlick <pgarlick@tourbillion-technology.com>
Date: Thu, 9 Jul 2020 12:34:39 +0100
Subject: python: slope.py: Identify derivative in plot label.

* python/slope.py (detach_display): Add text to set_title() function.
---
 python/slope.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'python')

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)
 
-- 
cgit