PureData CEAMMC library web documentation
available since version: 0.9
START
@start property
type: float
STOP
@stop property
type: float
N
@n property
type: int
BASE
x-axis scale base
type: atom
@start
Get/set the starting value of the sequence
type: float
min value: 0
default: 0.1
@stop
Get/set the final value of the sequence, unless @endpoint is false. In that case, @n +
1 values are spaced over the interval in log-space, of which all but the last
(a sequence of length @n) are returned.
type: float
min value: 0
default: 100
@n
Get/set number of points
type: int
range: 4..1024
default: 100
@base
Get/set x-axis scale base
type: atom
enum: 10, 2, e
default: 10
@2
Get/set alias to @base 2
type: atom
@10
Get/set alias to @base 10
type: atom
@e
Get/set alias to @base e
type: atom
@endpoint
Get/set include @stop to interval
type: bool
default: 1
See also: [plot.linspace~] [plot.logspace~]
Authors: Serge Poltavsky
License: GPL3 or later