Vertical gridlines overwrite plot data in a vertical Combine

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

Vertical gridlines overwrite plot data in a vertical Combine

Post by Himanshu » Wed Nov 06, 2002 2:04 am

Hi:

I am using version 0.9.3 of JFreeChart and one bug that I observe is that when I enable the vertical gridlines in a vertically stacked CombinedXYPlot, it draws the grid lines after the data and chart is plotted, in effect overwriting any data below the vertical grid lines.

Is there any way to get around this?

- Himanshu

Dave Gilbert

Re: Vertical gridlines overwrite plot data in a vertical Com

Post by Dave Gilbert » Wed Nov 06, 2002 6:37 pm

Not really. It is a bug, and it is within my sights (hopefully will be fixed in 0.9.5). I will soon be transferring control of the grid lines from the axis classes over to the plot classes. This will make it easier to draw the grid lines in combined plots.

Regards,

DG

Locked