plotstuf

Last updated Sun Sep 19 11:55:40 1999


Display additionnal stuff on plots

1. SYNOPSIS

plotstuf(what, value, what, value, ... )

2. 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.

3. PARAMETERS



what

A string specifying which stuff to display.



value

The value for the specified stuff.

4. AUTHORS

Pierre Jaccard, Geophysical Institute, University of Bergen, 1999