summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/asyfig/example/frf.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/asyfig/example/frf.asy')
-rw-r--r--Master/texmf-dist/doc/latex/asyfig/example/frf.asy5
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/asyfig/example/frf.asy b/Master/texmf-dist/doc/latex/asyfig/example/frf.asy
new file mode 100644
index 00000000000..18cca920419
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/asyfig/example/frf.asy
@@ -0,0 +1,5 @@
+unitsize(10mm);
+draw( (0,0){right}..{up}(3,2){down}..
+ {down}(4,-2){up}..{right}(7,0) );
+draw( "Resonance" , align=E, (3,2) );
+draw( "Anti-resonance" , align=W, (4,-2) );