NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
graph.hpp 文件参考

折线图元素 更多...

graph.hpp 的引用(Include)关系图:

浏览该文件的源代码.

类型定义

using neforce::tui::graph_function = function<vector<int>(int width, int height)>
 折线图函数类型

函数

element neforce::tui::graph (const vector< int > &data_points, int width=40, int height=10)
 创建折线图元素
element neforce::tui::graph (graph_function fn, int width=40, int height=10)
 创建函数式折线图

详细描述

折线图元素

提供简单的折线图/柱状图渲染元素。

在文件 graph.hpp 中定义.