Search found 8 matches

by robertT
Mon Nov 20, 2017 3:15 pm
Forum: JFreeChart
Topic: 1.5.0 Migration Issue
Replies: 7
Views: 9194

Re: 1.5.0 Migration Issue

Thanks for the reply, I'm trying to decide on the best path forward. Will the new release on the 1.0 branch be functionally equivalent to 1.5? You mentioned that 2D charts display more cleanly in 1.5. Is this something that would be added to the 1.0 branch. I'm leaning towards moving on to 1.5, but ...
by robertT
Sun Nov 19, 2017 11:38 pm
Forum: JFreeChart
Topic: 1.5.0 Migration Issue
Replies: 7
Views: 9194

1.5.0 Migration Issue

I’ve been using JFreeChart for both 2D and 3D charts in a commercial product. I was looking to update to version 1.5. However, in the migration notes I see that the 3D classes have been removed. It is suggested to use Orson Charts. However, they are licenced under GPL, and I do not have funds to pur...
by robertT
Wed Apr 22, 2009 4:13 am
Forum: JFreeChart
Topic: Error unsatisfiedLinkError when create a plot on Mac OS X
Replies: 3
Views: 3169

Re: Error unsatisfiedLinkError when create a plot on Mac OS X

david.gilbert wrote: Anyway, I'd like to understand the actual cause of the problem...is anyone else seeing this?
I use OS X 10.5.6 as my primary development machine. I have not encountered this problem. I normally use Java 1.5, but just tried 1.6, still no problem. However I did not try a histogram as the OP did.
by robertT
Wed Apr 22, 2009 3:48 am
Forum: JFreeChart
Topic: Shadow in XY Chart
Replies: 9
Views: 13381

Shadow in XY Chart

I just upgraded from 1.0.10 to 1.0.13. I have a chart using IntervalXYDataset that is very similar to XYSeriesDemo3. Using 1.0.10, there are no shadows on the bars, however with 1.0.13 there are shadows. How do I remove the shadows? I don't see any method to remove the shadows. The BarRenderer has a...
by robertT
Mon Mar 03, 2008 3:10 pm
Forum: JFreeChart
Topic: Pie chart labels in 1.07 get cut off
Replies: 5
Views: 5531

My initial issue with the pie labels was fixed in the 1.08 release. The main problem I had was that the labels were getting cut off at the top and bottom of the chart, regardless of the label length. I'm using 1.09 now, and no longer experience this issue. It sounds like your issue has more to do wi...
by robertT
Thu Nov 15, 2007 4:35 pm
Forum: JFreeChart
Topic: Pie chart labels in 1.07 get cut off
Replies: 5
Views: 5531

Pie chart labels in 1.07 get cut off

I'm trying out 1.07 and have found that some of my pie chart labels are cut off at the edge of the chart. This can be seen in PieChartDemo5 in the 1.07 demo. This does not occur in the 1.06 demo. The labels are cut off in charts 2 and 4. This occurs more often in my 3D charts, but also occurs in som...
by robertT
Wed Jun 27, 2007 11:40 pm
Forum: JFreeChart
Topic: getSeriesPaint() in 1.06
Replies: 4
Views: 4032

Thanks for the information. Just wanted to make sure this wasn't a bug before I changed my code to use the lookup method.
by robertT
Tue Jun 26, 2007 2:34 pm
Forum: JFreeChart
Topic: getSeriesPaint() in 1.06
Replies: 4
Views: 4032

getSeriesPaint() in 1.06

I am migrating to 1.06 from 1.05 and I have encountered some exceptions. When I call the following code: numberAxis.setAxisLinePaint(renderer.getSeriesPaint(0)); I get the following exception: Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Null 'paint' argument. No except...