Kitware / minerva

Minerva: client/server/services for analysis and visualization
Apache License 2.0
36 stars 14 forks source link

Disable colormap scaling type for categorical data and use the data for clamping values #406

Open danlipsa opened 7 years ago

danlipsa commented 7 years ago

For categorical data such as NAME we do not use color map scaling (linear, log, quantile) so we should disable the mentioned scaling types. For numerical data such as CENSUSAREA we should reenable them.

Also, use the actual min/max from the data for min max clamping values.