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

Class PlotRectanglesConfig

src/plot/rectangles.cc:41–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39static const double kDefaultLabelPaddingEM = 0.2;
40
41struct PlotRectanglesConfig {
42 std::vector<Measure> x;
43 std::vector<Measure> y;
44 ScaleConfig scale_x;
45 ScaleConfig scale_y;
46 std::vector<Measure> size_x;
47 std::vector<Measure> size_y;
48 Measure size_x_default;
49 Measure size_y_default;
50 Color color;
51 std::vector<Color> colors;
52 Measure size;
53};
54
55ReturnCode rectangles_draw(
56 Context* ctx,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected