the plot line requires to plot Vin vs OUT. However...
# xschem
s
the plot line requires to plot Vin vs OUT. However Vin is the name of the voltage source, not the name of the node it is attached to. attach a net label to the net going from Vin to the inverting input, call it say
IN
and do a
plot IN OUT
h
It works! Thanks!