Fix legend.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1539678 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0aa89cc22e
commit
12afe72d20
|
@ -118,7 +118,7 @@ public class RealDistributionComparison {
|
|||
chart.getStyleManager().setLegendVisible(true);
|
||||
chart.getStyleManager().setLegendFont(new Font("Arial", Font.PLAIN, 10));
|
||||
chart.getStyleManager().setLegendPadding(6);
|
||||
//chart.getStyleManager().setLegendSeriesLineLength(6);
|
||||
chart.getStyleManager().setLegendSeriesLineLength(6);
|
||||
chart.getStyleManager().setAxisTickLabelsFont(new Font("Arial", Font.PLAIN, 9));
|
||||
|
||||
chart.getStyleManager().setXAxisMin(minX);
|
||||
|
|
Loading…
Reference in New Issue