Density Plots?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Ted_Graham
Posts: 1
Joined: Mon Jun 04, 2012 8:33 pm
antibot: No, of course not.

Density Plots?

Post by Ted_Graham » Mon Jun 04, 2012 8:35 pm

Inspired by http://www.chrisstucchio.com/blog/2012/ ... plots.html, I want to start doing density plots instead of scatter plots.

How do I do density plots in JFreeChart?

John Matthews
Posts: 513
Joined: Wed Sep 12, 2007 3:18 pm

Re: Density Plots?

Post by John Matthews » Thu Jun 07, 2012 1:17 pm

I'd look at XYBlockRenderer with a suitable PaintScale.

Locked