A library for working with phylogenetic and population genetic data.
v0.32.0
heat_map.hpp File Reference
#include "genesis/utils/containers/matrix.hpp"
#include "genesis/utils/color/color.hpp"
#include "genesis/utils/color/map.hpp"
#include <limits>
#include <memory>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

struct  HeatmapParameters
 

Namespaces

 genesis
 Container namespace for all symbols of genesis in order to keep them separate when used as a library.
 
 genesis::utils
 

Functions

std::unique_ptr< ColorNormalization > make_heatmap_color_norm (Matrix< double > const &values, HeatmapParameters const &parameters)
 
Matrix< Color > make_heatmap_matrix (Matrix< double > const &values, HeatmapParameters const &parameters)