Go to the source code of this file.
|
constexpr svg::ushort | line_1_polyline (100) |
| Polyline/line creation options. 1: use one line with css dasharray and markers mid, end points 2: use two lines one with css dasharray, one with path tooltips.
|
|
constexpr svg::ushort | line_2_polyline_tooltips (200) |
|
svg_element | svg::make_line_graph (const svg::area<> aplate, const vrange &points, const graph_rstate &gstate, const point_2t xrange, const point_2t yrange) |
| Returns a svg_element with the chart and labels Assume: vgrange x axis is monotonically increasing.
|
|
svg_element | svg::make_line_graph_annotations (const area<> aplate, const vrange &points, const graph_rstate &gstate, const double xscalein=1, const double yscalein=1, const typography typo=k::apercu_typo) |
| Axis Labels Axis X/Y Ticmarks X line increments.
|
|
string | svg::make_line_graph_markers_tips (const vrange &points, const vrange &cpoints, const graph_rstate &gstate, const double radius) |
| Return set of paths corresponding to marker shapes with tooltips.
|
|
◆ line_1_polyline()
Polyline/line creation options. 1: use one line with css dasharray and markers mid, end points 2: use two lines one with css dasharray, one with path tooltips.
◆ line_2_polyline_tooltips()