I am looking at the circuit diagram from here
The gnucap description for it is given as
C1 0 2 1UF
R1 1 2 1K
R2 0 2 1K
Vin 0 1 AC 1
.OPTIONS PHASE=RADIANS
.PRINT OP V(Vin)
.OP 0.00 100.00 BY 10.00 BASIC
.END
I can run the simulation on this using gnucap
fine, see output. But is there a way to generate the schematic visually from just the textual description above using a simple command line tool?