From aa83d45960e378a8212d4636f89f8fd87ae6c729 Mon Sep 17 00:00:00 2001
From: Andreas Freise <adf@star.bham.ac.uk>
Date: Tue, 8 Apr 2014 17:40:44 +0100
Subject: [PATCH] colormap class name change.

---
 pykat/utilities/plotting/colormap.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pykat/utilities/plotting/colormap.py b/pykat/utilities/plotting/colormap.py
index 2ea25b8..c743d4c 100644
--- a/pykat/utilities/plotting/colormap.py
+++ b/pykat/utilities/plotting/colormap.py
@@ -10,7 +10,7 @@ import matplotlib.pyplot as plt
 # ====================== The Class ColorMapCreator ============================
 # =============================================================================
 
-class ColorMapCreator:
+class CM:
     """
     Class ColorMapCreator:
     Create diverging colormaps from RGB1 to RGB2 using the method of Moreland
-- 
GitLab