Plot ECG graph

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
veronicakj
Posts: 2
Joined: Fri Mar 02, 2012 11:51 am
antibot: No, of course not.

Plot ECG graph

Post by veronicakj » Wed Mar 14, 2012 11:11 am

I'm trying to plot ecg data using jfreechart. I'm using XYPlot.The values are measured at millisecond gaps. Based on the frequency there may be 250 values to be plotted in a second. But in the X-axis I need to show only seconds tick mark.(15 seconds data at a time). Can you please suggest how I could represent the X-axis?

Thanks in advance,

Veronica

Locked