MCPcopy 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
3int 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

iotaFunction · 0.85
textarrowFunction · 0.85
saveFunction · 0.85
plotFunction · 0.50

Tested by

no test coverage detected