Closed DRNadler closed 4 months ago
Assert failure below, colorbrewer line 28: assert((std::isnan(value) || (value >= m_range.first && value <= m_range.second)) && L"Value passed to BrewColor() should be within established data range " "from previous call to BrewColors()!");
assert((std::isnan(value) || (value >= m_range.first && value <= m_range.second)) && L"Value passed to BrewColor() should be within established data range " "from previous call to BrewColors()!");
Just checked in a fix, thanks!
Assert failure below, colorbrewer line 28:
assert((std::isnan(value) || (value >= m_range.first && value <= m_range.second)) && L"Value passed to BrewColor() should be within established data range " "from previous call to BrewColors()!");