mthermo

../../_images/MTHERMO.png

This is the visual definition for specifying how data curves plotted onto a thermodynamic diagram are displayed. It controls features such as line colour, style and thickness and how missing data will be plotted.

Note

This function performs the same task as the Thermo Plotting icon in Metview’s user interface. It accepts its parameters as keyword arguments, described below.

mthermo(**kwargs)

Defines how data curves plotted onto a thermodynamic diagram are displayed.

Parameters
  • legend ({"on", "off"}, default: "off") –

  • legend_user_text (str) –

  • thermo_temperature_line ({"on", "off"}, default: "on") –

  • thermo_temperature_line_style ({"solid", "dash", "dot", "chain_dot", "chain_dash"}, default: "solid") –

  • thermo_temperature_line_colour (str, default: "red") –

  • thermo_temperature_line_thickness (number, default: 8) –

  • thermo_temperature_missing_data_mode ({"ignore", "join", "drop"}, default: "join") –

  • thermo_temperature_missing_data_style ({"solid", "dash", "dot", "chain_dot", "chain_dash"}, default: "solid") –

  • thermo_temperature_missing_data_colour (str, default: "red") –

  • thermo_temperature_missing_data_thickness (number, default: 8) –

  • thermo_dewpoint_line ({"on", "off"}, default: "on") –

  • thermo_dewpoint_line_style ({"solid", "dash", "dot", "chain_dot", "chain_dash"}, default: "dash") –

  • thermo_dewpoint_line_colour (str, default: "red") –

  • thermo_dewpoint_line_thickness (number, default: 8) –

  • thermo_dewpoint_missing_data_mode ({"ignore", "join", "drop"}, default: "join") –

  • thermo_dewpoint_missing_data_style ({"solid", "dash", "dot", "chain_dot", "chain_dash"}, default: "dash") –

  • thermo_dewpoint_missing_data_colour (str, default: "red") –

  • thermo_dewpoint_missing_data_thickness (number, default: 8) –

Return type

Request

Notebooks using metview.mthermo