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

Function main

examples/annotations/text/text_6.cpp:4–12  ·  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 t = text(2, 8, "A simple plot")->color("red").font_size(14);
9
10 show();
11 return 0;
12}

Callers

nothing calls this directly

Calls 6

iotaFunction · 0.85
showFunction · 0.85
plotFunction · 0.50
textFunction · 0.50
font_sizeMethod · 0.45
colorMethod · 0.45

Tested by

no test coverage detected