#include <ascii.h>
◆ Type
◆ Asciichart() [1/3]
| ascii::Asciichart::Asciichart |
( |
const std::vector< double > & |
series | ) |
|
|
inlineexplicit |
◆ Asciichart() [2/3]
| ascii::Asciichart::Asciichart |
( |
const std::vector< std::vector< double > > & |
series | ) |
|
|
inlineexplicit |
◆ Asciichart() [3/3]
| ascii::Asciichart::Asciichart |
( |
const std::unordered_map< std::string, std::vector< double > > & |
series | ) |
|
|
inlineexplicit |
◆ type()
◆ height()
| Asciichart & ascii::Asciichart::height |
( |
double |
height | ) |
|
|
inline |
◆ styles()
| Asciichart & ascii::Asciichart::styles |
( |
const std::vector< Style > & |
styles | ) |
|
|
inline |
◆ min()
Set min of chart.
This value will be override if larger than true min value.
◆ max()
Set max of chart.
This value will be override if less than true max value.
◆ offset()
| Asciichart & ascii::Asciichart::offset |
( |
size_t |
offset | ) |
|
|
inline |
Set offset of label from axis.
◆ legend_padding()
| Asciichart & ascii::Asciichart::legend_padding |
( |
size_t |
padding | ) |
|
|
inline |
Set padding between legend and label.
◆ show_legend()
| Asciichart & ascii::Asciichart::show_legend |
( |
bool |
show | ) |
|
|
inline |
◆ symbols()
| Asciichart & ascii::Asciichart::symbols |
( |
const std::map< std::string, std::string > & |
symbols | ) |
|
|
inline |
Set symbols used to plot.
◆ Plot()
| std::string ascii::Asciichart::Plot |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: