Skip to content

Commit

Permalink
Move label to other side
Browse files Browse the repository at this point in the history
  • Loading branch information
hpretl committed Jul 20, 2024
1 parent fd3c794 commit 6b46cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sec_mosfet_diode.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import schemdraw as sd
import schemdraw.elements as elm
with sd.Drawing(canvas='svg'):
elm.Vdd()
elm.SourceI().down().label(r'$I_\mathrm{bias}$')
elm.SourceI().down().label(r'$I_\mathrm{bias}$', ofst=-2)
elm.Dot()
M1 = elm.AnalogNFet().drop('source').theta(0).reverse().label('$W/L$', loc='right')
elm.Ground()
Expand Down

0 comments on commit 6b46cbf

Please sign in to comment.