Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alandefreitas/matplotplusplus
/ main
Function
main
examples/line_plot/fimplicit/fimplicit_1.cpp:3–10 ·
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
fimplicit([](double x, double y) { return pow(x, 2) - pow(y, 2) - 1; });
7
8
show();
9
return 0;
10
}
Callers
nothing calls this directly
Calls
2
fimplicit
Function · 0.85
show
Function · 0.85
Tested by
no test coverage detected