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

Function main

examples/appearance/axis/axis/axis_6.cpp:3–13  ·  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 auto c = eye(10);
7 pcolor(c);
8 colormap(palette::summer());
9 axis(ij);
10
11 show();
12 return 0;
13}

Callers

nothing calls this directly

Calls 6

eyeFunction · 0.85
colormapFunction · 0.85
summerFunction · 0.85
axisFunction · 0.85
showFunction · 0.85
pcolorFunction · 0.50

Tested by

no test coverage detected