-
Notifications
You must be signed in to change notification settings - Fork 0
/
Usage.txt
26 lines (21 loc) · 1.07 KB
/
Usage.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
This function simply plots a Specified Character on the cmd console at
the specified location. The Center of the console is taken as origin &
then points are plotted against that origin.
It maybe helpful in various mathematical operations, or graphs.
Syntax: Call Plot [Char] [Color] [Style] [Co-ord] [Co-ord] [Co-ord] ...
Call Plot [Char] [Color] [Style] -F "File.Plot"
Call Plot [-h | help | /? | /h]
Call Plot [ver]
Where:
Char: Character to represent printing of Points on console...
Color: Hexadecimal color code for the Character...
Ver: To know version of current plot Function...
File.plot: Plot File, It will contain all the co-ordinates to be
printed on the cmd console...
Co-Ord: Co-Ordinates in the form of {X,Y}...
Style: Changes the display style of the graph...
Valid values: 0 or 1 or 2 ...
-h,help,/h,/?: To get this help menu...
Example: Call Plot * 0a 1 2,2 3,3 4,4 5,5 6,6 7,7 8,8
Example: Call Plot * 0c 2 -F "Example.Plot"
For more: visit, www.thebateam.org #TheBATeam