add labels to bar chart

This commit is contained in:
2020-01-26 12:58:37 +01:00
parent 459c659f85
commit 3cb7ec434f
5 changed files with 20 additions and 6 deletions

View File

@@ -67,7 +67,7 @@ public class GnuplotFileGenerator implements Appender {
// appendfln(result, "set xrange [-1:1]");
appendfln(result, "set boxwidth 0.5");
settings.getAggregates().addPlots(result, dataSeries);
settings.getAggregates().addPlots(result, dataSeries, settings);
// Add a plot outside of the visible range. Without this gnuplot would not
// render images when there are not data points on it.