knowm / XChart

XChart is a light-weight Java library for plotting data.
http://knowm.org/open-source/xchart
Apache License 2.0
1.48k stars 394 forks source link

XYChart color scale #829

Open flavius-t opened 3 months ago

flavius-t commented 3 months ago

Hi, is there any way to assign a color scale to an XYChart? For example, what I'm looking for is to set the color of data points from white to black based on the y-values of data points. It seems like we are only able to set a single color for a data series from the demo examples.