Scatter and One-D Plots

General parameters in scatter and one dimesional plots
colorBy
{option} false
Name of a variable annotation or a sample name or the string 'variable' to color the variables.
outlineBy
{string} false
Name of the annotation for the outline when drawing a multidimensional Heatmap
outlineByData
{string} false
String that identify the object containing a two dimensional array with values used to color the outline data points when drawing a multidimensional Heatmap. It must be located within the data.y object (for example: data.y.data4)
shapeBy
{option} false
Name of a variable annotation or a sample name or the string 'variable' to shape the variables.
shapeByData
{string} false
String that identify the object containing a two dimensional array with values used to shape data points when drawing a multidimensional Heatmap. It must be located within the data.y object (for example: data.y.data2)
shapeByShape
{array} false
String that identify the shape to use in multidimensional heatmaps. shapeByData will take precedence over this property.
sizeBy
{option} false
Name of a variable annotation or a sample name or the string 'variable' to size the variables.
sizeByData
{string} false
String that identify the object containing a two dimensional array with values used to size data points when drawing a multidimensional Heatmap. It must be located within the data.y object (for example: data.y.data3)

Examples

Properties used: colorBy, graphOrientation, graphType, showLegend.
Show code



Properties used: colorBy, graphOrientation, graphType, shapeBy, showLegend, sizeBy.
Show code