Plotting a locus in XY space using JFreeChart -


i plot locus of particle in 2 dimensional space.

my data sequence of x,y coordinates , plot these.

would appreciate pointers examples show how this.

an example of locus plot can seen below: enter image description here

note: i'd show path continuous line arrows showing direction of motion.

thanks.

chartfactory.createscatterplot(), illustrated here, might starting point.

image

fastscatterplot, cited here , illustrated here, may required larger datasets.

addendum: looking @ revised question, i've not seen renderer that. might @ org.jfree.chart.annotations such xyshapeannotation using generalpath. these arctest variations may offer guidance. see pointything.

image


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -