|
3 | 3 |
|
4 | 4 | @author: tpmaxwel |
5 | 5 | ''' |
6 | | -<<<<<<< HEAD |
7 | 6 |
|
8 | 7 | import sys, vtk, cdms2, traceback, os, cdtime, math |
9 | 8 | from ColorMapManager import * |
10 | 9 | from Shapefile import shapeFileReader |
11 | 10 | #from ImagePlaneAxisAlignedWidget import * |
12 | | -======= |
13 | 11 |
|
14 | | -import sys, vtk, cdms2, traceback, os, cdtime, math |
15 | | -from ColorMapManager import * |
16 | | -from Shapefile import shapeFileReader |
17 | | ->>>>>>> master |
18 | 12 | from ImagePlaneWidget import * |
19 | 13 | from StructuredGridPlot import * |
20 | 14 | from StructuredDataset import * |
@@ -1834,7 +1828,7 @@ def scaleColormap( self, constituent, ctf_data, cmap_index=0, **args ): |
1834 | 1828 | imageRange = self.getImageValues( ctfRange, cmap_index ) |
1835 | 1829 | # print " ********************** scaleColormap[%s]: " % ( constituent ), str( imageRange), str( ctfRange ) |
1836 | 1830 | colormapManager.setScale( imageRange, ctfRange ) |
1837 | | - if self.enableContourOverlays and self.contourLineMapperer is not None: |
| 1831 | + if self.enableContourOverlays and self.contourLineMapperer is not None: |
1838 | 1832 | self.contourLineMapperer.Modified() |
1839 | 1833 | if constituent == 'Slice': |
1840 | 1834 | self.updatingColormap( cmap_index, colormapManager ) |
|
0 commit comments