GraphicRotate- Rotate entire graph
Rotate the entire graph.
- GraphicRotate(R)
Parameters:
- (int) R: degrees of rotation. The value can be 0, 90, 180 or 270 degrees.
Description:
Use GraphicRotate to rotate the entire graph. The rotation has an immediate effect on the existing graph and does not affect the subsequent drawing instructions. It can be used anywhere in the code and only accepts the four preset rotation values. By rotating the graph 90 or 270 degrees the horizontal and vertical scale factors will be interchanged. The 0 degree rotation is formally accepted, but does not make any changes.