ggplotLayer {ggplot.layers} | .NET clr documentation |
A graphics layer in ggplot
# namespace ggplot.layers
export class ggplotLayer {
# the fill color transparency, value in range [0,1]
alpha: double;
colorMap: ggplotColorMap;
# the custom data reader for each ggplot plot layer
reader: ggplotReader;
showLegend: boolean;
which: Expression;
# z-index, the smaller value of this index, the first that we draw this image layer
zindex: integer;
}
colorMap
: ggplotColorMapreader
: ggplotReaderwhich
: Expression