restrict SA graph options, show dBm instead dB

This commit is contained in:
Jan Käberich 2022-01-30 17:40:46 +01:00
parent b2ed124240
commit 0c782fc009
10 changed files with 132 additions and 52 deletions

View file

@ -466,6 +466,11 @@ void TracePlot::markerRemoved(Marker *m)
triggerReplot();
}
TraceModel &TracePlot::getModel() const
{
return model;
}
void TracePlot::updateGraphColors()
{
replot();