The plot command seems to be ignoring comments.
I have a circuit with a collection of outputs and two plot commands. I comment one out and use the other. For some reason the plot command is plotting voltages that I have run previously and then commented out .
In the attached it should be plotting plot
V(Sig) V(Out2) .
Instead it is plotting
.plot V(Sig) V(Out1) V(Out2) V(Out3)
Interestingly it is not plotting
plot V(Sig) V(Out4) V(Out5) V(Out6)
that I have never actually run yet.
Perhaps a cache issue?
I have tried deleting net names. When I do so they do not show up in the plot, so it seems to be using fresh data.
I will include the output in a second post - am a new user and the forum wont allow multiple images