Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returns a set of coloured areas from a thermo parcel path object (the result of the thermo_parcel_path() function). The function returns a list of Input Visualiser and Graph Plotting icons that can be directly used in a plot() command. See the Parcel method on Skew-T Example from the Gallery for its usage.


Anchor
xy_build_curve
xy_build_curve

definition xs_build_curve(xs_d: cross_section_data, fs: fieldset, colour: string, style:string, thickness: number)

Convenience function to build a curve to be plotted in a Cross Section View with the given colour, style and thickness. The curve values are extracted from the first field in fieldset fs and they must be in the same units as the vertical axis of the cross section. The cross section definition itself is taken from the xs_d  Cross Section Data object (xs_d).  The function returns a list containing an Input Visualiser and a Graph Plotting icon, which can be directly used in a plot() command.

This property was introduced in version 5.10.0.


Anchor
xs_build_orog
xs_build_orog

definition xs_build_orog(xs_d: cross_section_data, orog_fs: fieldset, bottom_level: number, colour: string)

Convenience function to build an orography area object to be plotted in a Cross Section View with the given colour. The orography values are extracted from the first field in fieldset fs and they must be in the same units as the vertical axis of the cross section. The cross section definition itself is taken from the xs_d  Cross Section Data object (xs_d). The function returns a list containing an Input Visualiser and a Graph Plotting icon, which can be directly used in a plot() command.

This function was introduced in version 5.10.0.


Anchor
xy_area
xy_area

definition xy_area(x:vector, y: vector, colour: string)

...