File: stack.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 (14 lines) | stat: -rwxr-xr-x 432 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# backends.sh: few things with backends (and testing other stuff too)
# Copyright 2014 by Vincent Fourmond
# 
# This file is provided as an example of how to use ctioga2. As such,
# you can do whatever you wish with this file.

# Include the definition of ct
. ./test-include.sh

$ct --margin 0.03 \
    --load 'sin(x)' --load 'cos(x)' \
    --join-datasets --plot-last \
    --load 'sin(x)+1' --append 'cos(x)+1' \
    --plot-last