Search found 1 match

by nick13
Tue Feb 02, 2021 5:01 am
Forum: JFreeChart
Topic: Custom font bug in LogAxis?
Replies: 1
Views: 27362

Custom font bug in LogAxis?

Hi, There appears to be a bug when using custom fonts in a LogAxis: Font font = new Font("Palatino", Font.BOLD, 18); LogAxis axis = new LogAxis("Y Axis"); axis.setLabelFont(font); axis.setTickLabelFont(font); axis.setNumberFormatOverride(new DecimalFormat("0.000")); If you comment out that last stat...