Search found 3 matches

by Pasco
Sat Nov 11, 2017 9:37 pm
Forum: JFreeChart
Topic: Why my characters are so ugly?
Replies: 4
Views: 9137

Re: Why my characters are so ugly?

Ok.

With

Code: Select all

ChartPanel panel = new ChartPanel(chart, true);
the resolution is low.

With

Code: Select all

ChartPanel panel = new ChartPanel(chart, false);
the resolution is high.
by Pasco
Sat Nov 11, 2017 5:38 pm
Forum: JFreeChart
Topic: Why my characters are so ugly?
Replies: 4
Views: 9137

Re: Why my characters are so ugly?

In fact, your demo fully uses the resolution of my screen (retina) while my application doesn't.
Screenshot: https://www.dropbox.com/s/1umlduf6hbrgg ... t.png?dl=0
Why ?
by Pasco
Sat Nov 11, 2017 5:06 pm
Forum: JFreeChart
Topic: Why my characters are so ugly?
Replies: 4
Views: 9137

Why my characters are so ugly?

Hi,

Characters in my titles, legend and axis labels are fuzzy, while yours, for exemple in TimeSeriesChartDemo1, are perfectly anti-aliased.
Where can be my error?

P.