The color map window has the capability to adjust each color. This does work by adjusting the numbers or picking from the upper right color selection. It won't save to the colormap I am using.
The e

rror that pops up is:
Traceback (most recent call last):
File "/Users/potter/uvcdat/build/install/vistrails/vistrails/gui/uvcdat/colormapEditorWidget.py", line 297, in applyChanges
self.activeCanvas.canvas.setcolorcell(n,r,g,b);
TypeError: setcolorcell() takes exactly 5 arguments (4 given)
The color map window has the capability to adjust each color. This does work by adjusting the numbers or picking from the upper right color selection. It won't save to the colormap I am using.

The e
rror that pops up is:
Traceback (most recent call last):
File "/Users/potter/uvcdat/build/install/vistrails/vistrails/gui/uvcdat/colormapEditorWidget.py", line 297, in applyChanges
self.activeCanvas.canvas.setcolorcell(n,r,g,b);
TypeError: setcolorcell() takes exactly 5 arguments (4 given)