Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alandefreitas/matplotplusplus
/ main
Function
main
examples/exporting/save/save_6.cpp:3–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#include <matplot/matplot.h>
2
3
int main() {
4
using namespace matplot;
5
6
plot(iota(1, 10));
7
textarrow(2, 8, 5, 5,
"y=x"
);
8
save(
"img/annotation.eps"
);
9
10
return 0;
11
}
Callers
nothing calls this directly
Calls
4
iota
Function · 0.85
textarrow
Function · 0.85
save
Function · 0.85
plot
Function · 0.50
Tested by
no test coverage detected