mtaylor

../../_images/MTAYLOR.png

Configures the background of a Taylor diagram.

Note

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

mtaylor(**kwargs)

Defines the background of a Taylor diagram.

Parameters
  • taylor_label (str, default: "correlation") – Text of the main label.

  • taylor_label_colour (str, default: "navy") – Colour of the label.

  • taylor_label_height (number, default: 0.35) – Height (cm) of the label.

  • taylor_primary_grid_increment (number, default: 0.5) – Grid increment for the primary grid (standard deviation).

  • taylor_primary_grid_line_colour (str, default: "navy") – Colour of the primary grid.

  • taylor_primary_grid_line_thickness (number, default: 1) – Thickness of the primary grid.

  • taylor_primary_grid_line_style ({"solid", "dash", "dot", "chain_dash", "chain_dot"}, default: "solid") – Line style of the primary grid.

  • taylor_primary_grid_reference (number, default: 0.5) – Reference value for the primary grid.

  • taylor_reference_line_colour (str, default: "navy") – Colour of the reference line.

  • taylor_reference_line_thickness (number, default: 2) – Thickness of the reference line.

  • taylor_reference_line_style ({"solid", "dash", "dot", "chain_dash", "chain_dot"}, default: "solid") – Line style of the reference line.

  • taylor_primary_label ({"on", "off"}, default: "on") – Enables labels of the primary grid.

  • taylor_primary_label_colour (str, default: "navy") – Colour of the labels of the primary grid.

  • taylor_primary_label_height (number, default: 0.35) – Height (cm) of the labels of the primary grid.

  • taylor_secondary_grid ({"on", "off"}, default: "off") – Enables the plotting of the secondary (standard deviation) grid.

  • taylor_secondary_grid_reference (number, default: 0.5) – Reference value used for the secondary grid.

  • taylor_secondary_grid_increment (number, default: 0.5) – Increment used for the secondary grid.

  • taylor_secondary_grid_line_colour (str, default: "navy") – Colour of the secondary grid.

  • taylor_secondary_grid_line_thickness (number, default: 1) – Thickness of the secondary grid.

  • taylor_secondary_grid_line_style ({"solid", "dash", "dot", "chain_dash", "chain_dot"}, default: "solid") – Line style of the secondary grid.

  • taylor_secondary_label ({"on", "off"}, default: "on") – Enables labels for the secondary grid.

  • taylor_secondary_label_colour (str, default: "navy") – Colour of the labels for the secondary grid.

  • taylor_secondary_label_height (number, default: 0.35) – Height (cm) of the labels for the secondary grid.

Return type

Request