A library for working with phylogenetic and population genetic data.
v0.27.0
SvgMatrixSettings Struct Reference

#include <genesis/utils/formats/svg/matrix.hpp>

Detailed Description

Definition at line 56 of file formats/svg/matrix.hpp.

Public Attributes

double column_label_rotation = -90.0
 Rotation of the column labels. More...
 
double height_overlap = 1.0
 
utils::SvgText label_template
 
double pixel_height = 10.0
 
double pixel_width = 10.0
 
double width_overlap = 1.0
 

Member Data Documentation

◆ column_label_rotation

double column_label_rotation = -90.0

Rotation of the column labels.

Default is -90.0 degrees, that is, vertically upwards. 0.0 degrees corresponds to normal horizontal text.

Definition at line 78 of file formats/svg/matrix.hpp.

◆ height_overlap

double height_overlap = 1.0

Definition at line 68 of file formats/svg/matrix.hpp.

◆ label_template

utils::SvgText label_template

Definition at line 70 of file formats/svg/matrix.hpp.

◆ pixel_height

double pixel_height = 10.0

Definition at line 65 of file formats/svg/matrix.hpp.

◆ pixel_width

double pixel_width = 10.0

Definition at line 64 of file formats/svg/matrix.hpp.

◆ width_overlap

double width_overlap = 1.0

Definition at line 67 of file formats/svg/matrix.hpp.


The documentation for this struct was generated from the following file: