| ggplotReader {ggplot} | .NET clr documentation |
[aes] / [aes_string] ggplot data mapper
# namespace ggplot
export class ggplotReader {
args: list;
# the fill class group
class: any kind;
color: any kind;
group: any kind;
# test for the 2d render mode based on test of the ggplotReader.z is empty or not.
isPlain2D: boolean;
# the scatter text label mapping
label: any kind;
shape: any kind;
size: any kind;
# the legend title label text
title: string;
# the x axis mapping
x: string;
# the y axis mapping
y: string;
# the z axis mapping
z: string;
}
class: any kindcolor: any kindgroup: any kindlabel: any kindshape: any kindsize: any kind