Search found 5 matches

by muentzer
Fri Dec 09, 2005 12:21 pm
Forum: JFreeChart
Topic: layer chart -------modify
Replies: 5
Views: 5675

It might be mere eye candy, but I like the look of the not centered LayeredBarRenderer.
by muentzer
Tue Sep 06, 2005 4:42 pm
Forum: JFreeChart
Topic: JFreeChart Developer Guide (1.0.0-pre2)
Replies: 18
Views: 41238

Re: very disappointed

[quote="Pitch"]YEAH I SUCCEED DOING A PIECHART ![/quote]

Congratulations.

[quote="Pitch"]And then ?[/quote]

Well, ...

[quote="Pitch"]I can't do anything with it...[/quote]

Isn't that up to you? What would you like to do with the chart? Remember: there's always the (free) javadoc :wink:

Michael
by muentzer
Wed Oct 13, 2004 8:51 am
Forum: JFreeChart
Topic: My experience with JFreeChart
Replies: 7
Views: 16754

[quote]Curious whether these changes made it into 20 or 21?[/quote]

Not hard to tell. Just look into the code and you'll see, that they don't appear in 20 or 21.

Michael
by muentzer
Thu Sep 16, 2004 9:08 am
Forum: JFreeChart
Topic: New message in 0.9.21: "Using: org.jfree.chart.encoders
Replies: 3
Views: 4776

by muentzer
Tue Sep 14, 2004 3:59 pm
Forum: JFreeChart
Topic: minor annoyance in 0.9.21
Replies: 1
Views: 4256

minor annoyance in 0.9.21

There's some System.out.printlns left outside of catch-blocks. Most of them are in org.jfree.data.contour.DefaultContourDataset but the one that annoys me is in org.jfree.chart.encoders.ImageEncoderFactory.java on line 98: System.out.println("Using: " + imageEncoderClass.getName()); There was no suc...