Combination Plots

Parameters used in complex plots :

layout string
Topology of the canvas. Number of rows and columns.
Default: 1X1
Used in: all visualizations
layoutAdjust boolean
Flag to force recalculating the ranges in the axes when multiple graphs are displayed in the canvas.
Default: false
Used in: all visualizations
layoutAxis option Private
Flag to indicated whether to print axes values when multiple graphs are displayed in the canvas. The possible values are: 1: horizontal, 2: vertical, 3: both
Default:
Options: 1, 2, 3
Used in: all visualizations
layoutComb boolean
Flag that identify that multiple graphs will be displayed in the canvas.
Default: false
Used in: all visualizations
layoutCurrent integer Private
Integer to identify the current graph being displayed in the canvas.
Default:
Used in: all visualizations
layoutHeight float Private
Height of the current segment of the canvas when there are multiple graphs.
Default:
Used in: all visualizations
layoutMaxVarLegend integer Private
Maximum length of legend when multiple graphs are displayed in the canvas.
Default:
Used in: all visualizations
Flag to cycle colors when displaying multiple graps in the canvas. If set to false the color will be reseted for every graph.
Default: true
Used in: all visualizations
layoutWidth float Private
Width of the current segment of the canvas when there are multiple graphs.
Default:
Used in: all visualizations
offsetX float Private
Additional amount to move for the X axis
Default:
Used in: all visualizations
offsetY float Private
Additional amount to move for the Y axis.
Default:
Used in: all visualizations
scaleX float Private
Scale factor for the X axis
Default:
Used in: all visualizations
scaleY float Private
Scale factor for the Y axis
Default:
Used in: all visualizations
translateX float Private
Amount to translate for the X axis.
Default:
Used in: all visualizations
translateY float Private
Amount to translate for the Y axis.
Default:
Used in: all visualizations
weight float Private
Fraction of the canvas to be used (a value between 0 and 1). Used when multiple graphs are displayed in one canvas. Could be an number or an array of numbers.
Default:
Used in: all visualizations