Defines ascii_chart a simple textual function plotting tool. More...
#include <utility>
#include <vector>
#include <iostream>
#include <string>
Go to the source code of this file.
Classes | |
struct | ascii_chart |
An ascii_chart is a block of characters which contains a picture of a set of x,y pairs. The idea is that you use the plot() methods to fill the chart with spaces and stars representing data set. More... | |
Namespaces | |
namespace | cxxtls |
The namespace that encapsulates most of the functionality in the CXX toolkit. |
Defines ascii_chart a simple textual function plotting tool.
Definition in file ascii_chart.h.