Introduction
Perhaps one of the best ways to demonstrate schemgo
is to compare it to its peers.
Let us draw a simple circuit diagram with a battery and a resistor:
schemgo
:
schemdraw:
import schemdraw
from schemdraw import elements as e
with schemdraw.Drawing():
e.Battery().right()
e.Line().up()
e.Resistor().left()
e.Line().down()
circuitikz: