SetTitle
SetTitle — Set the main title text for the plot
Synopsis
$plot->SetTitle($title)
    
Description
SetTitle sets the main plot title text. This is
displayed centered at the top of the plot.
    
Parameters
- $title
- 
The title text to be displayed.
The string can contain multiple lines, separated by newlines (in PHP: "\n").