RustGnuplot icon indicating copy to clipboard operation
RustGnuplot copied to clipboard

Per-datapoint styles

Open SiegeLord opened this issue 6 years ago • 0 comments

E.g. points with varying size/color etc.

The most logical way to do it would be how we did the boxes_with_size, but it'll get unwieldy without default/keyword args. Alternatively, Color and PointSize options could take iterators... unfortunately default type bounds don't work so we can't make that work ergonomically. I really don't want to go the route of criterion etc where plots are done off structs.

See http://gnuplot.sourceforge.net/demo/pointsize.html for the implementation details. We'll be using lc palette for colors.

SiegeLord avatar Apr 14 '19 21:04 SiegeLord