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

Function main

examples/annotations/rectangle/rectangle_3.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 rectangle(2, 4, 2, 2, 1.);
8 auto r2 = rectangle(2, 4, 2, 2, 0.);
9 r2->color("red");
10 axis(equal);
11
12 show();
13 return 0;
14}

Callers

nothing calls this directly

Calls 4

rectangleFunction · 0.85
axisFunction · 0.85
showFunction · 0.85
colorMethod · 0.45

Tested by

no test coverage detected