mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Rename to isLogCurve
This commit is contained in:
@@ -573,9 +573,8 @@ void RimVfpPlot::populatePlotWidgetWithPlotData( RiuPlotWidget* plotWidget, cons
|
||||
symbol->setSize( 6, 6 );
|
||||
curve->setSymbol( symbol );
|
||||
|
||||
curve->setSamplesFromXValuesAndYValues( plotData.xData( idx ),
|
||||
plotData.yData( idx ),
|
||||
static_cast<int>( plotData.curveSize( idx ) ) );
|
||||
bool isLogCurve = false;
|
||||
curve->setSamplesFromXValuesAndYValues( plotData.xData( idx ), plotData.yData( idx ), isLogCurve );
|
||||
curve->attachToPlot( plotWidget );
|
||||
curve->showInPlot();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user