Problem to diplay ScatterPlot chart.

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
EpoK
Posts: 5
Joined: Thu Oct 30, 2003 11:50 am

Problem to diplay ScatterPlot chart.

Post by EpoK » Wed Nov 19, 2003 7:27 pm

hi,

I have a problem with my ScatterPlot chart.
when the I increase the size of the chart,
the colors are not seen clearly any more
as you can see on the screenshot, there are kinds of white bands.
I think its because I use only integer, and the axe think in double,
and "keep place" for value between two int value.

I use basic XYDotRenderer to display plot.

there is a way to fix the problem ?

Regars.

Image
Image

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Wed Nov 19, 2003 9:50 pm

I think you are right about the integers --> doubles. I don't know what can be done about it though.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked