1. NAME plotstuf - Display additionnal stuff on plots 2. SYNOPSIS plotstuf(what, value, what, value, ... ) 3. DESCRIPTION This Matlab function will display the specified things on the current plot. Possible stuff to plot are: -title Title for plot. -subtitle Subtitle for plot. -institute Institute or author stamp. -note Additionnal note which will be appended to the time stamp. -info Information string such as legend,ranges,or whatever. - Specifies the page ,i.e. landscape or portrait. Default value is portrait. Note that if you plan to create plots in landscape using command orient landscape,you should specify manually axes for the plot like [0.1,0.1,0.8,0.7],so that there will be enough place left for title,subtitle,... on the page. 4. PARAMETERS what A string specifying which stuff to display. value The value for the specified stuff. 5. AUTHORS Pierre Jaccard, Geophysical Institute, University of Bergen, 1999