For more information, see Migrating from Metview 3 to Metview 4. |
The following examples illustrate the differences in how curves are plotted in Metview 4 compared with Metview 3. The differences are summarised here:
curve()
function is replaced by the input_visualiser()
function to define the curves. The Input Visualiser provides a way to plot lists of values in various ways.curveview
is replaced by the cartesianview.
The Cartesian View is a general X/Y coordinate system suitable for any non-map-based plot. The Curve View does not exist in Metview 4.
legend()
function - Metview has a new Legend icon for controlling the legend.mgraph()
instead of pgraph()
, etc. These are the Magics++ versions of the visual definition icons.
|