MCPcopy Create free account
hub / github.com/alandefreitas/matplotplusplus / main

Function main

examples/annotations/arrow/arrow_2.cpp:4–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include <matplot/matplot.h>
3
4int main() {
5 using namespace matplot;
6
7 plot(iota(1, 10));
8 auto a = arrow(2.5, 6.5, 5, 5);
9 a->color("blue");
10 a->line_width(4);
11
12 show();
13 return 0;
14}

Callers

nothing calls this directly

Calls 6

iotaFunction · 0.85
arrowFunction · 0.85
showFunction · 0.85
plotFunction · 0.50
colorMethod · 0.45
line_widthMethod · 0.45

Tested by

no test coverage detected