Rotate Graph VI
- Updated2024-11-20
- 2 minute(s) read
Given a multi-plot X-Y graph, transposes the X and Y values such that the graph is rotated clockwise 90 degrees. The X-Y Graph data type must be an array of clusters of plots, where a plot is an array of points. A point is defined as a cluster containing an x and y value.

Inputs/Outputs
multi-plot X-Y graph
—
rotated X-Y graph
—
(X-Y Graph) = Array of Cluster of Arrays of clusters of X (DBL) - X value of point. Y (DBL) - Y value of point. where input X and Y values have been transposed. |
multi-plot X-Y graph
—
—
x
—
rotated X-Y graph
—