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

Function main

examples/line_plot/fimplicit/fimplicit_2.cpp:3–11  ·  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 fimplicit([](double x, double y) { return pow(x, 2) + pow(y, 2) - 3; },
7 std::array<double, 4>{-3, 0, -2, 2});
8
9 show();
10 return 0;
11}

Callers

nothing calls this directly

Calls 2

fimplicitFunction · 0.85
showFunction · 0.85

Tested by

no test coverage detected