diff scripts/plot/bar.m @ 131:5b46fbec1488

[project @ 1993-09-28 14:23:43 by jwe]
author jwe
date Tue, 28 Sep 1993 14:23:47 +0000
parents b4df021f796c
children 16a24e76d6e0
line wrap: on
line diff
--- a/scripts/plot/bar.m
+++ b/scripts/plot/bar.m
@@ -2,7 +2,7 @@
 
 # usage: [xb, yb] = bar (x, y)
 #
-# Given two vectors of x-y data, bar produces a bar graph.
+# Given two vectors of x-y data, bar produces a `bar' graph.
 #
 # If only one argument is given, it is taken as a vector of y-values
 # and the x coordinates are taken to be the indices of the elements.