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