~ubuntu-branches/ubuntu/raring/ctioga2/raring

« back to all changes in this revision

Viewing changes to tests/regions.sh

  • Committer: Bazaar Package Importer
  • Author(s): Vincent Fourmond
  • Date: 2011-04-02 14:04:36 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20110402140436-penutkbuaqhmnhgt
Tags: upstream-0.2
ImportĀ upstreamĀ versionĀ 0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# regions.sh: colored regions...
 
2
# Copyright 2011 by Vincent Fourmond
 
3
 
4
# This file is provided as an example of how to use ctioga2. As such,
 
5
# you can do whatever you wish with this file.
 
6
 
 
7
# Include the definition of ct
 
8
. ./test-include.sh
 
9
 
 
10
$ct --region /color Blue /transparency 0.7 \
 
11
    '30 - x**2' 'x**2' 
 
12
 
 
13
$ct --region /color Blue /transparency 0.7 \
 
14
    --legend-inside tc \
 
15
    -l 'Top' '30 - x**2' \
 
16
    'x**2' /legend Bottom
 
 
b'\\ No newline at end of file'