Plotting points

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Eric Darmon

Plotting points

Post by Eric Darmon » Fri Jan 25, 2002 1:05 pm

Hi,

I am creating an XY chart. I would like to display only points, without line between each point.

Do you know how to de it ?


Thanks

David Gilbert

RE: Plotting points

Post by David Gilbert » Fri Jan 25, 2002 1:12 pm

Hi Eric,

The scatter plot in the demonstration application does that. I think there is a createScatterPlot method in the ChartFactory class.

Regards,

DG.

Locked