A library for working with phylogenetic and population genetic data.
v0.27.0
formats/svg/matrix.hpp File Reference
#include "genesis/utils/formats/svg/text.hpp"
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  Matrix< T >
 
struct  SvgMatrixSettings
 

Namespaces

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

Functions

SvgGroup make_svg_matrix (Matrix< Color > const &mat, SvgMatrixSettings settings)
 
SvgGroup make_svg_matrix (Matrix< Color > const &mat, SvgMatrixSettings settings, std::vector< std::string > const &row_labels)
 
SvgGroup make_svg_matrix (Matrix< Color > const &mat, SvgMatrixSettings settings, std::vector< std::string > const &row_labels, std::vector< std::string > const &col_labels)