Aspect Ratio, Space and width : Properties used to adjust the aspect ratio, space and width in most visualizations

# adjustAspectRatio

Flag to automatically resize graph elements in the plots to fit within the specified canvas width and height. If the flag is set to false the width and height of the canvas will be sized according to the number of elements in the data set
Type: boolean
Default: true

# dataPointSize

Approximate pixel size for the data points in scatter plots, dotplots and boxplots. The size will be adjusted according to the dimensions of the graph
Type: integer
Default: 10

# dataPointSizeScaleFactor


# fixedAspectRatio

Keep fixed aspect ratio expressed as y / x. A zero value is used to ignore otherwise the x and y axes are set accordingly. This has a use only in visium plots
Type: float
Default:

# percentAspectRatioPlotArea

Specifies the minimum unit interval or fraction for the plotting area
Type: float
Default: 0.35

# setPlotLeft

Set the left dimension of the plotting area to the specified number of pixels, provided the value is greater than zero. This is used to align multiple graphs in a web page
Type: integer
Default:

# setPlotTop

Set the top dimension of the plotting area to the specified number of pixels, provided the value is greater than zero. This is used to align multiple graphs in a web page
Type: integer
Default:

# setPlotX

Set the x dimension of the plotting area to the specified number of pixels, provided the value is greater than zero. This is used to align multiple graphs in a web page
Type: integer
Default:

# setPlotY

Set the y dimension of the plotting area to the specified number of pixels, provided the value is greater than zero. This is used to align multiple graphs in a web page
Type: integer
Default:

# variableSpace


# widthFactor

Factor to adjust the width of the graph elements in one-dimensional and three-dimensional plots. The greater the number, the wider the elements
Type: integer
Default: 1