~ubuntu-branches/ubuntu/wily/ctioga2/wily

« back to all changes in this revision

Viewing changes to tests/grid.sh

  • Committer: Package Import Robot
  • Author(s): Vincent Fourmond
  • Date: 2013-07-08 20:58:17 UTC
  • mfrom: (6.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130708205817-cephnc6etndyxrrp
Tags: 0.4-2
* Upload to unstable
* Already conforms to newer standards

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
# Additional specification
19
19
$ct --setup-grid 1,2x2,1 --inset grid:1,0,xl=0.3 'sin(x)' \
20
 
    --next-inset grid:0,1,yt=0.7,xr=0.9 'x**2'
 
 
b'\\ No newline at end of file'
 
20
    --next-inset grid:0,1,yt=0.7,xr=0.9 'x**2'
 
21
 
 
22
# Use of style sheets to simplify the handling of background/axes and
 
23
# the like
 
24
$ct --setup-grid 1,2x2,1 \
 
25
    --define-background-style background /background_color=Pink \
 
26
    /watermark='two line\\watermark' \
 
27
    --inset grid:1,0 'sin(x)' \
 
28
    --next-inset grid:0,1 'x**2'
 
 
b'\\ No newline at end of file'