MCPcopy 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
3int 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

parulaFunction · 0.85
holdFunction · 0.85
colormapFunction · 0.85
showFunction · 0.85
rgbplotFunction · 0.50

Tested by

no test coverage detected