1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00
Conflicts:
	jsprit-analysis/src/main/java/jsprit/analysis/toolbox/ComputationalLaboratory.java
This commit is contained in:
oblonski 2014-04-07 19:47:46 +02:00
commit 03dc5dd3ff
2 changed files with 2 additions and 1 deletions

View file

@ -212,6 +212,7 @@ public class Plotter {
};
chart.removeLegend();
LegendTitle legend = new LegendTitle(lis);
legend.setPosition(RectangleEdge.BOTTOM);
chart.addLegend(legend);