A library for working with phylogenetic and population genetic data.
v0.32.0
axis.cpp File Reference

Go to the source code of this file.

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_axis (SvgAxisSettings const &settings, std::map< double, std::string > const &labels, std::string const &name="")
 Simple helper to make an axis. More...
 
SvgGroup make_svg_axis (SvgAxisSettings const &settings, std::vector< Tickmarks::LabeledTick > const &labels, std::string const &name="", bool round_labels=true)
 Simple helper to make an axis. More...