Skip to content

Target Diagram Options

Peter Rochford edited this page Feb 6, 2017 · 13 revisions

An exhaustive list of options is available to customize the appearance of the target diagram and are listed below for convenience of reference. The format for their use is "option" followed by "value". For example, to produce a target diagram that labels the points and changes the axis options for BIAS and CRMSD, the command would appear as (cf. target2.m)

[hp, ht, axl] = target_diagram(bias,crmsd,rmsd, 'markerLabel',label, 'ticks',-50.0:10.0:50.0);

These options can also be obtained by calling the target diagram function without arguments:

>> target_diagram

General Options

overlay 'on' / 'off' (default): Switch to overlay current statistics on target diagram. Only markers will be displayed.

Marker Options

MarkerDisplayed 'marker' (default): Experiments are represented by individual symbols
  'colorBar': Experiments are represented by a color described n a colorbar

Options when MarkerDisplayed is 'marker'

markerLabel Labels for markers
markerLabelColor Marker label color (Default: black)
markercolor Marker color
markerLegend 'on' / 'off' (default): Use legend for markers

Options when MarkerDisplayed is 'colorbar'

nonRMSDs 'on' / 'off' (default): Values in RMSDs do not correspond to total RMS Differences. (Used to make range of RMSDs values appear above color bar.
titleColorBar Title of the colorbar.

Axes Options

ticks define tick positions (default is that used by axis function)
xtickLabelPos position of the tick labels along the x-axis (empty by default)
ytickLabelPos position of the tick labels along the y-axis (empty by default)
equalAxes 'on' / 'off' (default): Set axes to be equal
limitAxis Max for the Bias & uRMSD axis'on' / 'off' (default): Set axes to be equal

Diagram Options

circles define the radii of circles to draw (default of (maximum RMSDs)*[.7 1], [.7 1] when normalized diagram)
circleLineSpec Circle line specification (default dashed black, '--k')
circleLineWidth Circle line width
obsUncertainty Observational Uncertainty (default of 0)
normalized 'on' / 'off' (default): normalized target diagram