#include <genesis/population/plotting/genome_heatmap.hpp>
Definition at line 49 of file genome_heatmap.hpp.
Public Types | |
enum | TextPosition { kTop, kBottom, kLeft, kRight } |
|
default |
|
default |
|
default |
|
default |
void add | ( | std::string const & | label, |
utils::Matrix< utils::Color > const & | heatmap, | ||
utils::SvgGroup | x_axis = utils::SvgGroup{} , |
||
utils::SvgGroup | y_axis = utils::SvgGroup{} , |
||
std::pair< utils::SvgGradientLinear, utils::SvgGroup > | color_bar = std::pair<utils::SvgGradientLinear, utils::SvgGroup>{} |
||
) |
Definition at line 44 of file genome_heatmap.cpp.
|
inline |
Definition at line 133 of file genome_heatmap.hpp.
|
inline |
Definition at line 82 of file genome_heatmap.hpp.
|
inline |
Definition at line 87 of file genome_heatmap.hpp.
|
default |
|
default |
|
inline |
Definition at line 104 of file genome_heatmap.hpp.
|
inline |
Definition at line 109 of file genome_heatmap.hpp.
utils::SvgText& text_template | ( | ) |
utils::SvgText const& text_template | ( | ) | const |
void text_template | ( | utils::SvgText const & | tt | ) |
|
inline |
Definition at line 93 of file genome_heatmap.hpp.
|
inline |
Definition at line 98 of file genome_heatmap.hpp.
void write | ( | std::shared_ptr< utils::BaseOutputTarget > | target | ) | const |
Definition at line 134 of file genome_heatmap.cpp.
|
strong |
Enumerator | |
---|---|
kTop | |
kBottom | |
kLeft | |
kRight |
Definition at line 57 of file genome_heatmap.hpp.