A quick question about ScatterPlots

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
maithuyvan67923
Posts: 2
Joined: Mon Aug 20, 2018 3:04 am
antibot: No, of course not.

A quick question about ScatterPlots

Post by maithuyvan67923 » Mon Aug 20, 2018 3:11 am

Hi, I’m trying to create a single chart with a X-axis of Categories; each Category then contains up to three Series of Y-axis data to be expressed as a Scatterplot (actually a vertical scatter-’line’) or XYLineChart. In principal this is not very different to a simple stacked barchart (e.g. StackedBarChartDemo1) BUT with each bar segment replaced with Series data. Any ideas how to go about this ?

Locked