Go to the source code of this file.
|
| genesis |
| Container namespace for all symbols of genesis in order to keep them separate when used as a library.
|
|
| genesis::utils |
|
|
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...
|
|