Search found 9 matches

by iper
Thu Nov 16, 2006 10:20 pm
Forum: JFreeChart
Topic: Overlapping symbols in scatter chart
Replies: 6
Views: 8903

my current solution is adding a small random value to the x, y data point, but it is not very flexible since I don't the scale of the original value (thus don't know how small is small).
by iper
Thu Nov 16, 2006 10:02 pm
Forum: JFreeChart
Topic: Overlapping symbols in scatter chart
Replies: 6
Views: 8903

any code available?

thanks!
by iper
Thu Nov 16, 2006 10:01 pm
Forum: JFreeChart
Topic: Can JFreeChart plot (x,y, value) data?
Replies: 11
Views: 17971

yes, I have done. Thanks a lot for the help!
by iper
Mon Nov 06, 2006 4:00 pm
Forum: JFreeChart
Topic: Can JFreeChart plot (x,y, value) data?
Replies: 11
Views: 17971

yes! the ContourPlot may be just what I wanted, i'll look at it now and provide feedback

thanks!
by iper
Mon Nov 06, 2006 3:58 pm
Forum: JFreeChart
Topic: Can JFreeChart plot (x,y, value) data?
Replies: 11
Views: 17971

i have tried bubblechart.
the thing is that some of the bubble is so big and overlap others.

I'll try other suggestions .

Thanks!
by iper
Fri Nov 03, 2006 5:07 pm
Forum: JFreeChart
Topic: Can JFreeChart plot (x,y, value) data?
Replies: 11
Views: 17971

Can I use wafermap?
by iper
Fri Nov 03, 2006 3:47 pm
Forum: JFreeChart
Topic: Can JFreeChart plot (x,y, value) data?
Replies: 11
Views: 17971

wow, that's fast and is a huge help :).
I'll check it now.

thanks a lot!
by iper
Fri Nov 03, 2006 3:39 pm
Forum: JFreeChart
Topic: Can JFreeChart plot (x,y, value) data?
Replies: 11
Views: 17971

Can JFreeChart plot (x,y, value) data?

Hi,
I have a dataset like this (x, y, value).
Can I use JFreechart to plot it?

For instance, in a XYScatterPlot,
draw the size or color of the node relative to the "value"?

Or any other type of chart?

Thanks for your attention.
by iper
Fri Nov 03, 2006 3:34 pm
Forum: JFreeChart
Topic: ValueAxis set to RELATIVE_FREQUENCY ?!
Replies: 1
Views: 3154

I think you can process the data first (making num/total) before sending it to the plot.