You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
andPointSize
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 ofcriterion
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.The text was updated successfully, but these errors were encountered: