mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Merge pull request #8387 from OPM/qtcharts-summary-plots
Closes #8228 Major refactoring of summary plotting. Now possible to create plots both with Qwt and QtChart as plotting tool.
This commit is contained in:
@@ -709,7 +709,7 @@ void RimWellPltPlot::addStackedCurve( const QString& curveName,
|
||||
if ( curveGroupId == 0 )
|
||||
{
|
||||
curve->setDoFillCurve( true );
|
||||
curve->setSymbol( RiuQwtSymbol::SYMBOL_NONE );
|
||||
curve->setSymbol( RiuPlotCurveSymbol::SYMBOL_NONE );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user