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

Function main

examples/line_plot/plot/plot_2.cpp:4–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include <set>
3
4int main() {
5 using namespace matplot;
6
7 std::set<std::vector<double>> Y = {
8 {16, 5, 9, 4}, {2, 11, 7, 14}, {3, 10, 6, 15}, {13, 8, 12, 1}};
9 plot(Y);
10
11 show();
12 return 0;
13}

Callers

nothing calls this directly

Calls 2

showFunction · 0.85
plotFunction · 0.50

Tested by

no test coverage detected