From 2fae87744409f0377fd886f62d31b6aaa8db5add Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Thu, 9 Aug 2018 07:51:56 +0200 Subject: [PATCH] plot parallel requests with style filledcurve this makes the duration of requests more obvious --- .../org/lucares/pdb/plot/api/ParallelRequestsAggregate.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdb-plotting/src/main/java/org/lucares/pdb/plot/api/ParallelRequestsAggregate.java b/pdb-plotting/src/main/java/org/lucares/pdb/plot/api/ParallelRequestsAggregate.java index 8ac589e..8adbf44 100644 --- a/pdb-plotting/src/main/java/org/lucares/pdb/plot/api/ParallelRequestsAggregate.java +++ b/pdb-plotting/src/main/java/org/lucares/pdb/plot/api/ParallelRequestsAggregate.java @@ -19,7 +19,7 @@ public class ParallelRequestsAggregate implements AggregateHandler { for (final DataSeries dataSerie : dataSeries) { final AggregatedData aggregatedData = dataSerie.getAggregatedData(); if (aggregatedData != null) { - appendfln(result, "'%s' using 1:2 notitle with lines axes x1y2 lw 1 %s, \\", // + appendfln(result, "'%s' using 1:2 notitle with filledcurve axes x1y2 lw 1 %s, \\", // aggregatedData.getDataFile().getAbsolutePath(), // dataSerie.getStyle()// );