File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -329,7 +329,6 @@ def _plotInternalCustomBoxfill(self):
329329 tmpColors .append (C )
330330
331331 luts = []
332- cots = []
333332 geos = []
334333 wholeDataMin , wholeDataMax = vcs .minmax (self ._originalData1 )
335334 for i , l in enumerate (tmpLevels ):
@@ -361,7 +360,5 @@ def _plotInternalCustomBoxfill(self):
361360 self ._mappers .append (mapper )
362361
363362 self ._resultDict ["vtk_backend_luts" ] = luts
364- if len (cots ) > 0 :
365- self ._resultDict ["vtk_backend_contours" ] = cots
366363 if len (geos ) > 0 :
367364 self ._resultDict ["vtk_backend_geofilters" ] = geos
Original file line number Diff line number Diff line change @@ -133,7 +133,6 @@ def _plotInternal(self):
133133
134134 luts = []
135135 cots = []
136- geos = []
137136 mappers = []
138137 for i , l in enumerate (tmpLevels ):
139138 # Ok here we are trying to group together levels can be, a join
@@ -164,8 +163,6 @@ def _plotInternal(self):
164163 self ._resultDict ["vtk_backend_luts" ] = luts
165164 if len (cots ) > 0 :
166165 self ._resultDict ["vtk_backend_contours" ] = cots
167- if len (geos ) > 0 :
168- self ._resultDict ["vtk_backend_geofilters" ] = geos
169166
170167 numLevels = len (self ._contourLevels )
171168 if mappers == []: # ok didn't need to have special banded contours
Original file line number Diff line number Diff line change @@ -117,7 +117,6 @@ def _plotInternal(self):
117117
118118 mappers = []
119119 luts = []
120- cots = []
121120 geos = []
122121 for i , l in enumerate (tmpLevels ):
123122 # Ok here we are trying to group together levels can be, a join
@@ -149,8 +148,6 @@ def _plotInternal(self):
149148 mappers .append (mapper )
150149
151150 self ._resultDict ["vtk_backend_luts" ] = luts
152- if len (cots ) > 0 :
153- self ._resultDict ["vtk_backend_contours" ] = cots
154151 if len (geos ) > 0 :
155152 self ._resultDict ["vtk_backend_geofilters" ] = geos
156153
You can’t perform that action at this time.
0 commit comments