Search found 2 matches

by Damien_Segransan
Fri Dec 01, 2006 10:18 pm
Forum: JFreeChart
Topic: Customising error bars
Replies: 8
Views: 8107

Thanks Petr for your explantions. My figure looks great now !! :-) To summarise my email exchange with Petr, here is how I did proceed to customise my graph and error bars. XYErrorRenderer renderer = new XYErrorRenderer(); renderer.setCapLength(0.02); //that reduces the size of the top and side segm...
by Damien_Segransan
Wed Nov 29, 2006 10:40 pm
Forum: JFreeChart
Topic: Customising error bars
Replies: 8
Views: 8107

Customising error bars

Hi, Does anyone know how to customize a chart with error bars? I am currently making charts based on XYErrorRendererDemo1.java. My data have small error bars and their range (in Y) is large so the default parameters of XYErrorRendererDemo1 are not satisfactory :x. I have 3 questions : 1> Is it possi...