File: polymorphic.sh

package info (click to toggle)
ctioga2 0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,052 kB
  • sloc: ruby: 11,245; sh: 174; makefile: 26
file content (9 lines) | stat: -rwxr-xr-x 341 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#! /bin/sh

# Demonstration that ctioga2 is polymorphic. Running this command-line
# is equivalent to running ctioga2 -f polymorphic.ct2 - apart from the
# fact that in the latter case, the output file is polymorphic.pdf
# instead of Plot.pdf.

ctioga2 --title 'A nice title, for sure' --math 'sin(x)' \
    -x 'The X label' -y 'The Y label'