Spectrogram Graph

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

Spectrogram Graph

Post by Tom Krash » Wed Jun 12, 2002 2:11 am

Can JFreeChart be used to draw spectrograms? Spectrograms display
frequency (x axis) vs time (y axis) with amplitude values represented
as different colors.

If JFreeChart can do this, what are the basic steps?

Thanks,
Tom

David Gilbert

Re: Spectrogram Graph

Post by David Gilbert » Wed Jun 12, 2002 5:41 am

Hi Tom,

No, JFreeChart can't do this at present. A new XYItemRenderer would need to be implemented. There might also be issues due to JFreeChart plotting discrete points whereas your data is continuous.

What scheme do you use to map frequencies to colors?

Regards,

DG.

Locked