Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | images | |
Tool | imageprofilesupport |
text | in | Title text | |
Allowed: | Vector of strings | ||
ci | in | PGPLot colour index for each string | |
Allowed: | Vector of integers |
This function allows you to write a title with different words in different colors.
- im := image('ngc1313.cube') - csys := im.coordsys() - shp := im.shape() - p := imageprofilesupport(csys=csys, shp=shp, widgetset=dws) - t := "A silly title"; - ci := [1,2,7]; # Reg Green Yellow - p.settitle(t, ci)