Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
int 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
eye
Function · 0.85
colormap
Function · 0.85
summer
Function · 0.85
axis
Function · 0.85
show
Function · 0.85
pcolor
Function · 0.50
Tested by
no test coverage detected