scatter « Graph « JFreeChart Q&A





1. Does anyone know how to create a 1D scatter graph??    jfree.org

I am creating an alert system for devices and need to do a summary chart. Basically the chart should have device by ID on the Y axis and time on the X axis. Basically the Y possition of the scatter doesn't move (is lined up to the device id) - its only the time that an event current on a device ...

2. How to Create a Scatter Graphs using CeWolf?    jfree.org

Could someone please direct me to information on how to create a scatter graph using CeWolf correcly. I currenltly have a scatter graph BUT the xaxis time of day is appearing as milliseconds. This happens even though I create a timeseriescollection dataset and populate it with timeseries dates which is returned when produceDataSet(Map params) is called TimeSeries newTimeSeries = new TimeSeries(series.getName(), ...

3. scatter graph    jfree.org