Contents Up Previous Next

GrapherMix

Purpose
Description
Macro Synopsis
Menu
Modules
Related Functions


Purpose

Display multiple signals with individual coordinate systems (Macro only)

Description

"GrapherMix" displays multiple signals side by side within a window broken into subplots. Besides the signals to be displayed, "GrapherMix" takes an additional string parameter that may contain several signal display options. See Grapher for more details. In contrast to Grapher, the given signals are displayed side by side with their own x-axis and y-axis each. They need not have the same type or dimension.

Macro Synopsis

GrapherMix([x1,x2,...,xn],s);
signal x1,x2,xn;
string s;

Menu

For interactive use, this function can be found as "Multiple Signals Window" in the View menu.

Modules

Basic

Related Functions

Grapher, GrapherScroll