title

Draw the multiline title

  1. TitleFunction title(string title)
  2. TitleFunction title(string[] title)
    title
    (
    string[] title
    )

Examples

GGPlotD().put( title( ["My title line1", "line2", "line3"] ) );

Meta