use inline data for bar charts
Bar charts only need very little data. There is no need to create a file for two numbers.
This commit is contained in:
@@ -67,8 +67,6 @@ public class GnuplotFileGenerator implements Appender {
|
||||
// appendfln(result, "set xrange [-1:1]");
|
||||
appendfln(result, "set boxwidth 0.5");
|
||||
|
||||
appendf(result, "plot ");
|
||||
|
||||
settings.getAggregates().addPlots(result, dataSeries);
|
||||
|
||||
// Add a plot outside of the visible range. Without this gnuplot would not
|
||||
|
||||
Reference in New Issue
Block a user