Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Per-datapoint styles #41

Open
SiegeLord opened this issue Apr 14, 2019 · 0 comments
Open

Per-datapoint styles #41

SiegeLord opened this issue Apr 14, 2019 · 0 comments

Comments

@SiegeLord
Copy link
Owner

SiegeLord commented Apr 14, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant