A library for working with phylogenetic and population genetic data.
v0.32.0
axis.hpp File Reference
#include "genesis/utils/formats/svg/group.hpp"
#include "genesis/utils/tools/tickmarks.hpp"
#include <map>
#include <string>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

struct  SvgAxisSettings
 

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...