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

Class ErrorbarsElement

src/plot/errorbars.cc:38–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36static const double kDefaultBarWidthPT = 6;
37
38struct ErrorbarsElement {
39 std::vector<Measure> x;
40 std::vector<Measure> x_low;
41 std::vector<Measure> x_high;
42 std::vector<Measure> y;
43 std::vector<Measure> y_low;
44 std::vector<Measure> y_high;
45 ScaleConfig scale_x;
46 ScaleConfig scale_y;
47 Measure bar_width;
48 std::vector<Color> colors;
49 Color stroke_color;
50 Measure stroke_width;
51};
52
53ReturnCode errorbars_draw_bar(
54 Context* ctx,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected