.. _ws_low_icon: ws_low =============================================== .. container:: .. container:: leftside .. image:: /_static/WS_LOW.png :width: 48px .. container:: rightside Defines a low pressure :ref:`Weather Symbol Object ` that can be visualised with :func:`plot`. .. include:: /api/icon_desc/include/ws.rst .. note:: This function performs the same task as the **Ws Low** icon in Metview’s :ref:`user interface `. It accepts its parameters as keyword arguments, described below. .. py:function:: ws_low(**kwargs) Defines a low pressure :ref:`Weather Symbol Object `. :param colour: Colour of character. :type colour: str, default: "rgb(0.8392,0,0)" :param width: the width of the character including the bounding-box (height is determined automatically). :type width: str, default: "30" :param character: The character representing the low pressure. A single character has to be specified here. :type character: str, default: "L" :param x: The x coordinate of the centre of the symbol. :type x: number, default: 0 :param y: The y coordinate of the centre of the symbol. :type y: number, default: 0 :param geolock: Sets the geolock on the item for interactive editing in the plot window. :type geolock: on_off, default: off :param tooltip: Text that appears as a tooltip when the visualised object is hovered over in Metview's plot window. :type tooltip: str :rtype: :class:`Request` .. mv-minigallery:: ws_low