1 Star 0 Fork 1

qingcheng25/matplotplusplus

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
xticklabels_3.cpp 241 Bytes
Copy Edit Raw Blame History
Alan R R Freitas authored 2020-09-04 02:03 +08:00 . Use show instead of wait
#include <matplot/matplot.h>
int main() {
using namespace matplot;
stem(iota(1, 10));
xticks({1, 4, 6, 10});
xticklabels({"A", "B", "C", "D"});
xticks(automatic);
xticklabels(automatic);
show();
return 0;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/qingcheng25/matplotplusplus.git
git@gitee.com:qingcheng25/matplotplusplus.git
qingcheng25
matplotplusplus
matplotplusplus
master

Search