Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alandefreitas/matplotplusplus
/ main
Function
main
examples/annotations/rectangle/rectangle_3.cpp:4–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include <matplot/matplot.h>
3
4
int main() {
5
using namespace matplot;
6
7
rectangle(2, 4, 2, 2, 1.);
8
auto r2 = rectangle(2, 4, 2, 2, 0.);
9
r2->color(
"red"
);
10
axis(equal);
11
12
show();
13
return 0;
14
}
Callers
nothing calls this directly
Calls
4
rectangle
Function · 0.85
axis
Function · 0.85
show
Function · 0.85
color
Method · 0.45
Tested by
no test coverage detected