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

Function main

examples/appearance/camera/view/view_5.cpp:3–16  ·  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 [x, y, z] = peaks(20);
7 auto s = surf(x, y, z);
8 xlabel("x-axis");
9 ylabel("y-axis");
10 zlabel("z-axis");
11
12 rotate(20, 30);
13
14 show();
15 return 0;
16}

Callers

nothing calls this directly

Calls 7

peaksFunction · 0.85
xlabelFunction · 0.85
ylabelFunction · 0.85
zlabelFunction · 0.85
rotateFunction · 0.85
showFunction · 0.85
surfFunction · 0.50

Tested by

no test coverage detected