<vizinfo>.title

Change the title text of the info box

 

<vizinfo>.title(
    text    

)

 

text

The new title text


Remarks

The title text appears in the upper left corner of the info box. By default the info box has no title.

Return Value

None

Example

import vizinfo

info = vizinfo.add('Script info')

#Set the title of the info box
info.title('Some title')

See also

<vizinfo>.message