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.


icon

Inputs/Outputs

  • c1dcclst.png multi-plot X-Y graph

  • c1dnclst.png

  • cdbl.png x

  • cdbl.png y

  • i1dcclst.png 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.