contour plot with irregular grid

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Jane
Posts: 14
Joined: Wed Jun 25, 2008 7:16 pm

contour plot with irregular grid

Post by Jane » Tue Jul 28, 2009 4:35 pm

Hello,

I'm using XYPlot and XYBlockRenderer to draw contour plots. It worked fine until I had a dataset defined on an irregular gird.
What are the options for me?

Thanks in advance,

Jane

RichardWest
Posts: 844
Joined: Fri Oct 13, 2006 9:29 pm
Location: Sunnyvale, CA

Re: contour plot with irregular grid

Post by RichardWest » Tue Jul 28, 2009 11:26 pm

Couple options:
1) fill in the missing grid points with null values
2) create a custom renderer based on XYBlockRenderer
Richard West
Design Engineer II
Advanced Micro Devices
Sunnyvale, CA

Locked