From 1185bf3d10b49934c3ac7576d90577fd41f7f3cf Mon Sep 17 00:00:00 2001 From: Furkan Erdogan Date: Tue, 19 Jul 2022 14:34:41 +0000 Subject: [PATCH] 7616 - Some modifications --- src/ParamOutputImpl/Plot/AbstractPlotConfigNode.hh | 2 +- src/ParamOutputImpl/Plot/AxisLegendManager.cc | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/ParamOutputImpl/Plot/AbstractPlotConfigNode.hh b/src/ParamOutputImpl/Plot/AbstractPlotConfigNode.hh index ec75f06..6c26900 100644 --- a/src/ParamOutputImpl/Plot/AbstractPlotConfigNode.hh +++ b/src/ParamOutputImpl/Plot/AbstractPlotConfigNode.hh @@ -91,7 +91,7 @@ protected: xmlFree(value); } // -- default color - // updateColor( props_.getColor(), pNode_,(const xmlChar*)"color",(const xmlChar*)"colorMapIndex"); + updateColor(props_.getColor(), pNode_, (const xmlChar *)"color", (const xmlChar *)"colorMapIndex"); } }; diff --git a/src/ParamOutputImpl/Plot/AxisLegendManager.cc b/src/ParamOutputImpl/Plot/AxisLegendManager.cc index 1d4db17..002c823 100644 --- a/src/ParamOutputImpl/Plot/AxisLegendManager.cc +++ b/src/ParamOutputImpl/Plot/AxisLegendManager.cc @@ -17,6 +17,16 @@ namespace plot { SeriesProperties lSeriesProperties; for (auto param : plot->_parameterAxesList) { + if (param.getIntervalsProperties() != nullptr) + { + std::cout << std::endl + << std::endl + << std::endl + << std::endl + << param.getIntervalsProperties()->getColor() << std::endl + << std::endl + << std::endl; + } for (auto lSeriesProperties : param.getYSeriePropertiesList()) { if (!lSeriesProperties.hasYAxis() || !lSeriesProperties.hasXAxis()) continue; -- libgit2 0.21.2