summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/ketcindy/source/cdy-templates/template1basic/private/de.cinderella/scripts/Draw/0/figures.cs
blob: a67fe086541ce0f003395a74557e68952d13535d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Ketinit();

//Changework(Dircdy);
//  Dircdy : path of this file
//  gethome() : User's home 
//Setparent(Cdyname()+"p");
// To produce a pdf file with only the figure:
//   (1) Confirm the name above.
//   (2) Uncomment Figpdf() below.
//   (3) Press Parent button on the screen.

Addax(0);

Listplot([A,B,C,A]);

//Figpdf();
Windispg();

//Help("List");