1 Star 3 Fork 0

quxiaofeng/matplotplusplus

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
ytickangle_1.cpp 234 Bytes
Copy Edit Raw Blame History
#include <matplot/matplot.h>
int main() {
using namespace matplot;
auto x = linspace(0, 50, 20);
auto y = transform(x, [](double x) { return pow(x, 2); });
stem(x, y);
ytickangle(90);
show();
return 0;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/quxiaofeng/matplotplusplus.git
git@gitee.com:quxiaofeng/matplotplusplus.git
quxiaofeng
matplotplusplus
matplotplusplus
master

Search