~ubuntu-branches/ubuntu/utopic/ctioga2/utopic-proposed

« back to all changes in this revision

Viewing changes to tests/parametric-plots.sh

  • Committer: Package Import Robot
  • Author(s): Vincent Fourmond
  • Date: 2013-12-27 21:04:22 UTC
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: package-import@ubuntu.com-20131227210422-mk6207wajf01xf70
Tags: upstream-0.8
ImportĀ upstreamĀ versionĀ 0.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# text.sh: test for the text backend
2
 
# Copyright 2009 by Vincent Fourmond 
 
2
# Copyright 2009 by Vincent Fourmond
3
3
# This file is provided as an example of how to use ctioga2. As such,
4
4
# you can do whatever you wish with this file.
5
5
 
10
10
 
11
11
$ct -t "Parametric plot" --marker auto \
12
12
    --text --margin 0.03 --xy-parametric --line-style no\
 
13
    3d-data.dat@1:2 \
13
14
    3d-data.dat@1:2:3
14
15
 
15
16
$ct -t "Info through size" --marker auto \