label
| Contents: Description, Arguments, Usage, Examples, Images, Sub-Functions, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: No 
 Description Print a label on the plot 
 Arguments and Return Values Arguments: Position values in the plot and the text to be inserted Return Value: None. The label is added to the plot. 
 Usage Syntax: label(x pos, y pos, label [, justification]) 'x pos' - The x position of the label in the plot 'y pos' - The y position of the label in the plot 'label' - The label text 'justification' - Justification 'left','right', or 'center'. Left justified is default. 
 Examples dv> xplot(a[,100,1]) dv> label(100,100,"a label") 
 | DavinciWiki Mini-Nav Bar Contents 
 Contact Developers 
 All other topics 
 
 Major Sub-Functions 
 
 Recent Core Changes Modified On: 01-17-2008 | 

