how to easyly display single dots

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
freak
Posts: 6
Joined: Mon May 24, 2004 7:51 am

how to easyly display single dots

Post by freak » Fri Jun 25, 2004 9:49 am

hi all

i'm trying to write an application that displays some points (values of a measurement) and a curve that approximates this points. the approximation is ready (uses bezier curves). it calculates a lot of points that are conected to give the impression of a curve. now the question : what is the fastest way to display the value points of the measurement themselfes in addidtion to the curve in the same graph as the curve (which uses an xyplot) ? do i need a special renderer or can dots be set directly ?

any hint would be appreciated !

Locked