Signalsmith's Basic C++ Plots  1.1.0
A minimal C++ plotting library
Types | Methods | Attributes
signalsmith::plot::Tick Struct Reference

#include <plot.h>

Detailed Description

A labelled point on an axis.

Types

enum class  Strength { major , minor , tick }
 

Methods

 Tick (double value, std::string name)
 
template<typename T >
 Tick (T v)
 

Attributes

double value
 
std::string name
 
Strength strength = Strength::tick