summaryrefslogtreecommitdiff
path: root/graphics/circuit_macros/examples/sfg.m4
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/circuit_macros/examples/sfg.m4')
-rw-r--r--graphics/circuit_macros/examples/sfg.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/circuit_macros/examples/sfg.m4 b/graphics/circuit_macros/examples/sfg.m4
index a2efdb2ec6..1d22326d45 100644
--- a/graphics/circuit_macros/examples/sfg.m4
+++ b/graphics/circuit_macros/examples/sfg.m4
@@ -1,6 +1,6 @@
.PS
# sfg.m4
-sfg_init( 1.2 ) # scale default size by 1.2
+sfg_init( 1.2 ) # default edge length = 1.2
iflatex(`textoffset = 1bp__; ifpsfrag(`textht = 9.5bp__',
`latexcommand({\small)') ')
@@ -43,7 +43,7 @@ B: [
#showbox_(,"B")
# Graph 3
-G3: [#sfg_init( 0.85,0.35/2 ) # change node spacing and increase node size
+G3: [#sfg_init( 0.85,0.35/2 ) # change node spacing and size
sfg_wid = 0.85
sfg_rad = 0.35/2
for_(1,4,1,`N`'m4x: sfgnode(,m4x,,fill_(0.9))
@@ -70,7 +70,7 @@ A: [#sfg_init( 0.75,0.15 )
] with .w at G3.e+(linewid/2,0)
#showbox_(,"A")
-G4: [sfg_init( 2.0,0.25/2 ) # change node spacing and increase node size
+G4: [sfg_init( 2.0,0.25/2 ) # change node spacing and size
s1 = 0.9
s2 = 1.2
N0: sfgnode(,\hbox{\Large 0},,invis)
@@ -92,7 +92,7 @@ G4: [sfg_init( 2.0,0.25/2 ) # change node spacing and increase node size
#showbox_(,"G4")
# https://tex.stackexchange.com/questions/637455/tikz-how-to-set-exact-position-of-node
-G5: [sfg_init( 1.75,0.25/2 ) # change node spacing and increase node size
+G5: [sfg_init( 1.75,0.25/2 ) # change node spacing and size
Dstar: sfgnode(,*)
D0: sfgnode(at Dstar+(2,0),\diamond_0)
sfgline(,`1-r_{x{-}1,x}-q^i_{x{-}1,x}',,->)