Difference between revisions of "LINE STEP BEFORE"
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
'''''Produces a piece-wise constant function (a step function) consisting of alternating horizontal and vertical lines.<br> | '''''Produces a piece-wise constant function (a step function) consisting of alternating horizontal and vertical lines.<br> | ||
'''''The y-value changes at the midpoint of each pair of adjacent x-values.'''''.<br> | '''''The y-value changes at the midpoint of each pair of adjacent x-values.'''''.<br> | ||
| + | *'''''It is a X vs (Y1,[Y2]....) graph.''''' | ||
| + | **'''''X-axis represents one set of data. | ||
| + | **'''''Y-axis can represent single or multiple data sets. | ||
==Example== | ==Example== | ||
Latest revision as of 07:33, 3 June 2020
LINE STEP BEFORE
Description:
Produces a piece-wise constant function (a step function) consisting of alternating horizontal and vertical lines.
The y-value changes at the midpoint of each pair of adjacent x-values..
- It is a X vs (Y1,[Y2]....) graph.
- X-axis represents one set of data.
- Y-axis can represent single or multiple data sets.
Example
| A | B | |
| 1 | Row | People |
| 2 | Row1 | 4 |
| 3 | Row2 | 7 |
| 4 | Row3 | 12 |
| 5 | Row4 | 17 |
| 6 | Row5 | 36 |
| 7 | Row6 | 34 |
LINESTEPBEFORE(A1:B7)
GRAPHING MAIN PAGE