Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alandefreitas/matplotplusplus
/ main
Function
main
examples/appearance/colormaps/rgbplot/rgbplot_1.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
rgbplot(palette::parula());
7
hold(on);
8
colormap(palette::parula());
9
colorbar().tick_values({});
10
11
show();
12
return 0;
13
}
Callers
nothing calls this directly
Calls
5
parula
Function · 0.85
hold
Function · 0.85
colormap
Function · 0.85
show
Function · 0.85
rgbplot
Function · 0.50
Tested by
no test coverage detected