hint on how to increase point size in plots
This commit is contained in:
@@ -41,7 +41,7 @@ public class ScatterAggregateHandler extends AggregateHandler {
|
||||
public String addPlot(final CustomAggregator aggregator, final LineStyle lineStyle, final Optional<String> title) {
|
||||
|
||||
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(), //
|
||||
gnuplotTitle(title), //
|
||||
GnuplotLineType.Points, //
|
||||
|
||||
Reference in New Issue
Block a user