summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/support/ketcindy/Scriptfigure.txt
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/doc/support/ketcindy/Scriptfigure.txt')
-rw-r--r--texmf-dist/doc/support/ketcindy/Scriptfigure.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/texmf-dist/doc/support/ketcindy/Scriptfigure.txt b/texmf-dist/doc/support/ketcindy/Scriptfigure.txt
deleted file mode 100644
index 9a330d46..00000000
--- a/texmf-dist/doc/support/ketcindy/Scriptfigure.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-Ketinit();
-Texparent="";
-
-Putpoint("A",[-4,0],A.xy);
-Putpoint("B",[4,0],B.xy);
-Putpoint("C",[1,4],C.xy);
- // points can be put with Cindy button.
-
-Listplot([A,B,C,A]);
-Plotdata("1","sin(x)","x",["da"]);
-Paramplot("1","3*[cos(3*t),sin(2*t)]","t=[0,4*pi]",["Num=200","do"]);
-
-Windispg();
-
-//Help("Plotdata");
-//Help("Option");