Skip to content

Commit 6fa4526

Browse files
author
Corrado Avolio
committed
Added sample with x-labels.
1 parent c4b083a commit 6fa4526

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/sample.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ hist --file "${dir}/data/exp.txt" --colour blue
2222
echo 'changing the shape of the point'
2323
hist --file "${dir}/data/exp.txt" --pch .
2424

25+
echo 'adding x-labels'
26+
hist --file "${dir}/data/exp.txt" --pch . --xlab
27+
2528
#echo 'using stdin'
2629
#curl -sL https://dl.dropbox.com/u/49171662/example.txt | hist
2730

0 commit comments

Comments
 (0)