You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hardcopy plotting does NOT call fuser It isn't obviously needed (10 years ago I saw something that maybe said this was needed). And currently this generates lots of console chatter about "permission denied" accessing stuff completely unrelated to the plotting
I explicitly ignore all lines that have '-' values These may come from vnl-filter -p "dx=diff(x)" ... output. For instance, this plot is broken before this patch: (echo '# x'; seq 5) | vnl-filter --noskipempty -p 'd=diff(x)' \ | feedgnuplot --lines