#1469 Add large symbols for each value in Lorenz plot + legend

This commit is contained in:
Magne Sjaastad
2017-05-11 14:04:29 +02:00
parent 0c0c21e495
commit 764a68c032
2 changed files with 42 additions and 15 deletions

View File

@@ -70,6 +70,8 @@ protected:
private:
void setDefaults();
void initializeColors(const std::vector<QDateTime>& dateTimes);
static void addCurveWithLargeSymbol(QwtPlot* plot, const QString& curveName, const QColor& color, const QDateTime& dateTime, double timeHistoryValue);
private:
caf::PdmPointer<RimFlowCharacteristicsPlot> m_plotDefinition;