mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2919 Summary Plot Title : Always show "Composed Plot" for curve combinations
This commit is contained in:
parent
d34e517968
commit
e355651b99
@ -191,7 +191,10 @@ void RimSummaryPlotNameHelper::extractPlotTitleSubStrings()
|
||||
auto wellNames = m_analyzer.wellNames();
|
||||
auto wellGroupNames = m_analyzer.wellGroupNames();
|
||||
auto regions = m_analyzer.regionNumbers();
|
||||
auto categories = m_analyzer.categories();
|
||||
|
||||
if (categories.size() == 1)
|
||||
{
|
||||
if (quantities.size() == 1)
|
||||
{
|
||||
m_titleQuantity = *(quantities.begin());
|
||||
@ -211,6 +214,7 @@ void RimSummaryPlotNameHelper::extractPlotTitleSubStrings()
|
||||
{
|
||||
m_titleRegion = std::to_string(*(regions.begin()));
|
||||
}
|
||||
}
|
||||
|
||||
if (m_summaryCases.size() == 1 && m_ensembleCases.empty())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user