Metview's documentation is now on readthedocs!

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 18 Next »

This icon is used to configure the background of a Taylor diagram. It has to be dropped in to a Cartesian View object. 


 

 

 

 

Macro Example
#Metview Macro
png = png_output(output_name:"taylor")
	taylor_grid = mtaylor(
	taylor_primary_grid_increment : 0.1,
	taylor_secondary_grid : "on",
	taylor_secondary_grid_increment : 0.1,
	taylor_secondary_grid_line_colour : "RGB(0.28,0.58,0.11)",
	taylor_secondary_grid_line_style : "dash",
	taylor_secondary_label_colour : "RGB(0.33,0.58,0.16)"
)
view = cartesianview(
	map_projection : "taylor",
	page_frame : "off",
	subpage_frame : "off",
	taylor_grid : taylor_grid
)
input = input_visualiser(
	input_x_values : [0.2,0.4,0.6,0.7],
	input_y_values : [0.1,0.3,0.5,0.8]
)
symbol = msymb(
	symbol_type : "marker",
	symbol_marker_index : 15,
	symbol_colour : "red",
	symbol_height : 0.5,
	symbol_outline : "on",
	symbol_outline_thickness : 2
)
plot(png, view, input, symbol

The Taylor Grid  Editor

Taylor Label

Label of the grid

Taylor Label Colour

Colour of the label

Taylor Label Height

Hieght of the label

Taylor Primary Grid Increment

Reference used of the Standard deviation plotting.

Taylor Primary Grid Line Colour

Colour used to plot the primary grid

Taylor Primary Grid Line Thickness

Thickness used to plot the primary grid

Taylor Primary Grid Line Style

Line Style used to plot the primary grid

Taylor Primary Grid Reference

Reference used of the Standard deviation plotting.

Taylor Reference Line Colour

Colour used to plot the primary grid

Taylor Reference Line Thickness

Thickness used to plot the primary grid

Taylor Reference Line Style

Line Style used to plot the primary grid

Taylor Primary Label

Turn the labels (on/off) of the primary grid

Taylor Primary Label Colour

Colour of the labels of the primary grid

Taylor Primary Label Height

Height of the labels of the primary grid

Taylor Secondary Grid

turn on/off the secondaries lines for the grid

Taylor Secondary Grid Reference

Reference used of the Standard deviation plotting.

Taylor Secondary Grid Increment

Reference used of the Standard deviation plotting.

Taylor Secondary Grid Line Colour

Colour used to plot the primary grid

Taylor Secondary Grid Line Thickness

Thickness used to plot the primary grid

Taylor Secondary Grid Line Style

Line Style used to plot the primary grid

Taylor Secondary Label

Turn the labels (on/off) of the secondary grid

Taylor Secondary Label Colour

Colour of the labels of the secondary grid

Taylor Secondary Label Height

Height of the labels of the secondary grid

 

 

 

 

 

 

 

 

 

  • No labels