Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
int 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
peaks
Function · 0.85
xlabel
Function · 0.85
ylabel
Function · 0.85
zlabel
Function · 0.85
rotate
Function · 0.85
show
Function · 0.85
surf
Function · 0.50
Tested by
no test coverage detected