hint on how to increase point size in plots

This commit is contained in:
2023-02-08 16:47:04 +01:00
parent 45d3639292
commit d0a2a7f47c

View File

@@ -41,7 +41,7 @@ public class ScatterAggregateHandler extends AggregateHandler {
public String addPlot(final CustomAggregator aggregator, final LineStyle lineStyle, final Optional<String> title) { public String addPlot(final CustomAggregator aggregator, final LineStyle lineStyle, final Optional<String> title) {
final AggregatedData aggregatedData = aggregator.getAggregatedData(); final AggregatedData aggregatedData = aggregator.getAggregatedData();
return formatln("'%s' using 1:2 %s with %s axes %s %s, \\", // return formatln("'%s' using 1:2 %s with %s axes %s %s, \\", // add ps 2 at the end to increase point size
aggregatedData.getDataFile(), // aggregatedData.getDataFile(), //
gnuplotTitle(title), // gnuplotTitle(title), //
GnuplotLineType.Points, // GnuplotLineType.Points, //