LOLA
gray_scale.h
Go to the documentation of this file.
1 #pragma once
2 #include <string>
3 #include "hate/visibility.h"
4 
5 namespace lola::vx::detail {
6 
12 std::string gray_scale(double value) SYMBOL_VISIBLE;
13 
14 } // namespace lola::vx::detail
std::string gray_scale(double value) SYMBOL_VISIBLE
Map bars of monotonously increasing height to visualize scalar positive values between zero and one.