Commit fb86cf8800e782eab4288dd4d8c51a7c28585663

Authored by Benjamin Renard
1 parent 600791a9

Add legend delimiter only when it's necessary

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/ParamOutputImpl/Plot/AxisLegend.hh
... ... @@ -110,6 +110,7 @@ public:
110 110 result += Label::DELIMITER;
111 111 }
112 112 result += label._text;
  113 + isFirstLabel = true;
113 114 }
114 115 return result;
115 116 }
... ...