From ddddc350f2cd339c0a5a34a8e5adf0f92a962771 Mon Sep 17 00:00:00 2001 From: Furkan Date: Thu, 13 Jun 2024 09:39:42 +0000 Subject: [PATCH] #11675 - Done. --- src/ParamOutputImpl/Plot/AxisLegendManager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ParamOutputImpl/Plot/AxisLegendManager.cc b/src/ParamOutputImpl/Plot/AxisLegendManager.cc index 7face78..e0caff5 100644 --- a/src/ParamOutputImpl/Plot/AxisLegendManager.cc +++ b/src/ParamOutputImpl/Plot/AxisLegendManager.cc @@ -50,7 +50,7 @@ namespace plot continue; } Color compLegendColor = lXAxis->_color; - if(param.getHistogramSeriesPropertiesList().size() > 0) + if(param.getHistogramSeriesPropertiesList().size() > 1) compLegendColor = pHistogramProperties->getColor(); ParameterIndexComponentColor xIndex = ParameterIndexComponentColor(xIndexComp, compLegendColor); pushComponentInList(xParamId, xIndex, axesParamsComponents[xAxisId], insertionOrder); -- libgit2 0.21.2