Allow group delay for reflection traces

This commit is contained in:
Jan Käberich 2025-03-24 16:55:52 +01:00
parent 345ab827c0
commit 57615f1b39

View file

@ -1089,11 +1089,6 @@ bool TraceXYPlot::supported(Trace *t, YAxis::Type type)
return false;
}
break;
case YAxis::Type::GroupDelay:
if(t->isReflection()) {
return false;
}
break;
default:
break;
}