title

Draw the title

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

Examples

GGPlotD().put( title( "My title" ) );

Meta