From dfcf00ab53cd00f89e828409221f9caabe9cfd45 Mon Sep 17 00:00:00 2001
From: Joshua Steer <Joshua.Steer@soton.ac.uk>
Date: Tue, 18 Sep 2018 16:20:23 +0100
Subject: [PATCH] vis changes

---
 AmpScan/ampVis.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/AmpScan/ampVis.py b/AmpScan/ampVis.py
index 457f393..5705cc8 100644
--- a/AmpScan/ampVis.py
+++ b/AmpScan/ampVis.py
@@ -576,6 +576,7 @@ class ampActor(vtk.vtkActor):
         for i in range(bands):
             rgb = list(self.ctf.GetColor(float(i) / bands)) + [1]
             self.lut.SetTableValue(i, rgb)
+        self.Mapper.SetLookupTable(self.lut)
     
     def setShading(self, shading=True):
         r"""
-- 
GitLab