add labels to bar chart
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user