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. See Input Visualiser.curveview
is replaced by the cartesianview.
The Cartesian View is a general X/Y coordinate system suitable for any non-map-based plot.
legend()
functionmgraph()
instead of pgraph()
, etc. These are the Magics++ versions of the visual definition icons.
|