PlotGraphLayer

Defines the content of an xy-plot of PlotGraph. Multiple layers are are plotted sequentially. With plotOnSecondAxis the alternative y-axis on the right hand side can be selected if provided.

LinesAndPoints

Draws a line and/or points (symbol) of xy data. The standard dataVariables are available to select the data columns of inputfileMatrix. If no color of the symbol is given a colorbar is required and the color is determined by valueZ. Additionally a vertical error bar can be plotted at each data point with size valueErrorBar.

See Gravityfield2AreaMeanTimeSeries for an example plot.

NameTypeAnnotation
inputfileMatrix
filenameeach line contains x,y
valueX
expressionexpression for x-values (input columns are named data0, data1, ...)
valueY
expressionexpression for y-values (input columns are named data0, data1, ...)
valueZ
expressionexpression for the colorbar
valueErrorBar
expressionexpression for error bars (input columns are named data0, data1, ...)
description
stringtext of the legend
line
plotLine
symbol
plotSymbol
plotOnSecondAxis
booleandraw dataset on a second Y-axis (if available).

ErrorEnvelope

Draws a symmetrical envelope around valueY as function of valueX using deviations valueErrors. The standard dataVariables are available to select the data columns of inputfileMatrix. The data line itself is not plotted but must be added as extra layer:linesAndPoints.

NameTypeAnnotation
inputfileMatrix
filenameeach line contains x,y
valueX
expressionexpression for x-values (input columns are named data0, data1, ...)
valueY
expressionexpression for y-values (input columns are named data0, data1, ...)
valueErrors
expressionexpression for error values
description
stringtext of the legend
fillColor
plotColorfill color of the envelope
edgeLine
plotLineedge line style of the envelope
plotOnSecondAxis
booleandraw dataset on a second Y-axis (if available).

Bars

Creates a bar plot with vertical or horizontal bars out of the given x- and y-values. The standard dataVariables are available to select the data columns of inputfileMatrix. The bars ranges from valueBase (can be also an expression) to the valueY. If no color is given a colorbar is required and the color is determined by valueZ.

See Instrument2Histogram for an example plot.

NameTypeAnnotation
inputfileMatrix
filenameeach line contains x,y
valueX
expressionexpression for x-values (input columns are named data0, data1, ...)
valueY
expressionexpression for y-values (input columns are named data0, data1, ...)
valueZ
expressionexpression for the colorbar
valueBase
expressionbase value of bars (default: minimum y-value)
width
expressionwidth of bars (default: minimum x-gap)
horizontal
booleandraw horizontal bars instead of vertical
description
stringtext of the legend
color
plotColor
edgeLine
plotLineline
plotOnSecondAxis
booleandraw dataset on a second Y-axis (if available).

Gridded

Creates a regular grid of yxz values. The standard dataVariables are available to select the data columns of inputfileMatrix. Empty grid cells are not plotted. Cells with more than one value will be set to the mean value. The grid spacing is determined by the median spacing of the input data or set by incrementX/Y.

See Orbit2ArgumentOfLatitude for an example plot.

NameTypeAnnotation
inputfileMatrix
filenameeach line contains x,y,z
valueX
expressionexpression for x-values (input columns are named data0, data1, ...)
valueY
expressionexpression for y-values (input columns are named data0, data1, ...)
valueZ
expressionexpression for the colorbar
incrementX
doublethe grid spacing
incrementY
doublethe grid spacing
plotOnSecondAxis
booleandraw dataset on a second Y-axis (if available).

Rectangle

Plots a rectangle to highlight an area.

NameTypeAnnotation
minX
doubleempty: left
maxX
doubleempty: right
minY
doubleempty: bottom
maxY
doubleempty: top
description
stringtext of the legend
edgeLine
plotLine
fillColor
plotColor
plotOnSecondAxis
booleandraw dataset on a second Y-axis (if available).

Text

Writes a text at originX and originY position in the graph. With clip the text is cutted at the boundaries of the plotting area.

NameTypeAnnotation
text
string
originX
double
originY
double
offsetX
double[cm] x-offset from origin
offsetY
double[cm] y-offset from origin
alignment
stringL, C, R (left, center, right) and T, M, B (top, middle, bottom)
fontSize
double[pt]
fontColor
plotColor
clip
booleanclip at boundaries
plotOnSecondAxis
booleandraw dataset on a second Y-axis (if available).

DegreeAmplitudes

Plot degree amplitudes of potential coefficients computed by Gravityfield2DegreeAmplitudes or PotentialCoefficients2DegreeAmplitudes. The standard dataVariables are available to select the data columns of inputfileMatrix. It plots a solid line for the valueSignal and a dotted line for the valueError per default.

NameTypeAnnotation
inputfileMatrix
filenamedegree amplitudes
valueDegree
expressionexpression for x-values (degrees) (input columns are named data0, data1, ...)
valueSignal
expressionexpression for y-values (signal) (input columns are named data0, data1, ...)
valueErrors
expressionexpression for y-values (formal errors)
description
stringtext of the legend
lineSignal
plotLine
lineErrors
plotLine
plotOnSecondAxis
booleandraw dataset on a second Y-axis (if available).