File: polymorphic.sh

package info (click to toggle)
ctioga2 0.14.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid
  • size: 1,524 kB
  • sloc: ruby: 17,592; sh: 720; lisp: 88; makefile: 27
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'