Graph window

Add Graph from Formula

 

Create a graph by typing a formula or an expression.

 

Note: A graph from formula is only properly displayed if the graph window already shows a graph from columns where both columns are Value columns.

This dialog box appears:

Dialog box options:

Expression:

Type an expression which defines a function y=f(x).

  • The outcome of the expression will be used as the Y values.
  • In the expression, you can only use X as a parameter, representing the values of the current X-axis.
  • Furthermore, you can use all existing TabCalc operators and functions which work on values.

Note: It is not allowed to use column names in the expression.

A new line graph will be immediately displayed.

Examples:

y =

SQ(x)

draws a parabola.

y =

SIN(x)

draws a sine function.

y =

EXP(x)

draws an exponential function.

Tips:

See also: