Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1488
News FAQ
Search Home


next up previous contents index
Next: imageprofilesupport.which - Function Up: imageprofilesupport - Tool Previous: imageprofilesupport.setyrangecallback - Function


imageprofilesupport.settitle - Function



Package general
Module images
Tool imageprofilesupport


Set plot title with fancy colors


Synopsis
settitle(text, ci)


Arguments

text in Title text
    Allowed: Vector of strings
ci in PGPLot colour index for each string
    Allowed: Vector of integers



Returns
T



Description

This function allows you to write a title with different words in different colors.



Example
- 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)




next up previous contents index
Next: imageprofilesupport.which - Function Up: imageprofilesupport - Tool Previous: imageprofilesupport.setyrangecallback - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-08-01