This commit is contained in:
Brian Taylor 2023-12-02 09:47:15 -08:00
parent 182151b7c0
commit 1e04f967e9
1 changed files with 0 additions and 2 deletions

View File

@ -230,8 +230,6 @@ ft_agraf(double *xlims, double *ylims, struct dvec *xscale, struct plot *plot, s
return;
}
for (v = vecs; v; v = v->v_link2) {
if (v->v_flags & VF_EVENT_NODE)
continue;
yy1 = (isreal(v) ? v->v_realdata[lower] :
realpart(v->v_compdata[lower]));
y2 = (isreal(v) ? v->v_realdata[upper] :