summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWilliam Joye <billjoye@gmail.com>2016-03-16 14:03:03 (GMT)
committerWilliam Joye <billjoye@gmail.com>2016-03-16 14:03:03 (GMT)
commitc1c062098789a20059c4e856247e710577d337df (patch)
tree20499ca5f1f85c89ab7ed5268579a85c8aa2c283 /README.md
parentfba61c4226f6c17bb5d19dddf022fe6423ea9ede (diff)
downloadblt-c1c062098789a20059c4e856247e710577d337df.zip
blt-c1c062098789a20059c4e856247e710577d337df.tar.gz
blt-c1c062098789a20059c4e856247e710577d337df.tar.bz2
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.md b/README.md
index ca83dfc..6051b12 100644
--- a/README.md
+++ b/README.md
@@ -12,19 +12,16 @@ Barchart Tk widgets, and the Tcl Vector command.
The following commands are added to the interpreter from the TkBLT library:
-Graph
-A 2D plotting widget. Plots two variable data in a window with an optional
+Graph: A 2D plotting widget. Plots two variable data in a window with an optional
legend and annotations. It has of several components; coordinate axes,
crosshairs, a legend, and a collection of elements and tags.
-Barchart
-A barchart widget. Plots two-variable data as rectangular bars in a
+Barchart: A barchart widget. Plots two-variable data as rectangular bars in a
window. The x-coordinate values designate the position of the bar along
the x-axis, while the y-coordinate values designate the magnitude.
The barchart widget has of several components; coordinate axes,
crosshairs, a legend, and a collection of elements and tags.
-Vector
-Creates a vector of floating point values. The vector's components
+Vector: Creates a vector of floating point values. The vector's components
can be manipulated in three ways: through a Tcl array variable, a Tcl
command, or the C API.