ggplotScatter {ggplot.layers} .NET clr documentation

ggplotScatter

Description

A scatter plot is a type of data visualization that uses dots to represent the values of two different numerical variables. The position of each dot on the horizontal and vertical axes corresponds to the values of the two variables being plotted. Scatter plots are particularly useful for showing the relationship between two variables and are a key tool in statistics and data analysis.

Here are some key aspects of scatter plots:

Purpose:

Components:

Types of Relationships:

Interpreting the Plot:

Uses:

scatter and bubble

Declare

            
# namespace ggplot.layers
export class ggplotScatter extends ggplotLayer {
   alpha: double;
   colorMap: ggplotColorMap;
   dataset: any kind;
   reader: ggplotReader;
   shape: Nullable`1;
   showLegend: boolean;
   size: ggplotSize;
   stroke: string;
   which: Expression;
   zindex: integer;
}

        

.NET clr type reference tree

  1. this class extends from ggplotLayer class: ggplotLayer
  2. use by property member colorMap: ggplotColorMap
  3. use by property member dataset: any kind
  4. use by property member reader: ggplotReader
  5. use by property member shape: Nullable`1
  6. use by property member size: ggplotSize
  7. use by property member which: Expression

[Package {$package} version {$version} Index]