FnuPlot


Titles

Used to specify titles for the X and Y axes. In addition to the text for the labels, you can also specify the rotation of the labels. For example:

// specify rotated titles for x axis
Titles(x=["one"; "two"], xrotate=-70)

Constructors

ConstructorDescription
new(x, xrotate, y, yrotate)
Signature: (x:string list option * xrotate:int option * y:string list option * yrotate:int option) -> Titles
Fork me on GitHub