1 Star 3 Fork 0

quxiaofeng/matplotplusplus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
boxplot_1.cpp 838 Bytes
一键复制 编辑 原始数据 按行查看 历史
#include <cmath>
#include <matplot/matplot.h>
#include <random>
int main() {
using namespace matplot;
std::vector<double> mpg = {
18, 15, 18, 16, 17, 15, 14, 14, 14, 15, 15, 14,
15, 14, 24, 22, 18, 21, 27, 26, 25, 24, 25, 26,
21, 10, 10, 11, 9, 28, 25, 25, 26, 27, 17.5, 16,
15.5, 14.5, 22, 22, 24, 22.5, 29, 24.5, 29, 33, 20, 18,
18.5, 17.5, 29.5, 32, 28, 26.5, 20, 13, 19, 19, 16.5, 16.5,
13, 13, 13, 28, 27, 34, 31, 29, 27, 24, 23, 36,
37, 31, 38, 36, 36, 36, 34, 38, 32, 38, 25, 38,
26, 22, 32, 36, 27, 27, 44, 32, 28, 31};
boxplot(mpg);
xlabel("All Vehicles");
ylabel("Miles per Gallon (MPG)");
title("Miles per Gallon for All Vehicles");
show();
return 0;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/quxiaofeng/matplotplusplus.git
git@gitee.com:quxiaofeng/matplotplusplus.git
quxiaofeng
matplotplusplus
matplotplusplus
master

搜索帮助