MCPcopy Create free account
hub / github.com/asmuth/clip / PlotConfig

Class PlotConfig

src/plot/plotgen.h:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19namespace clip {
20
21struct PlotConfig {
22 ScaleConfig scale_x;
23 ScaleConfig scale_y;
24
25 std::array<Measure, 4> margins;
26 std::vector<Rectangle> layout_stack;
27};
28
29ReturnCode plot_eval(
30 Context* ctx,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected