Skip to content

Commit

Permalink
log color / thickness selected for curves
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderOrb committed May 5, 2024
1 parent 91e6569 commit 4d20981
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/GUI/Plot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ Plot::Plot( size_t streamPos, size_t Type, size_t Group, const FileInformation*
if(item.thickness > -1)
thickness = item.thickness;

qDebug() << "setting color for " << PerStreamType[m_type].PerGroup[m_group].Name << "/" << item.Name << ": color = " << color << ", thickness = " << thickness;
curve->setPen(color, thickness);
curve->setRenderHint( QwtPlotItem::RenderAntialiased );
curve->setZ( curve->z() - j ); //Invert data order (e.g. MAX before MIN)
Expand Down

0 comments on commit 4d20981

Please sign in to comment.