Examples
Documentation
Interfaces
API
Updates
Contact
×
Search CanvasXpress
3D Attributes
Animations and Visualization Transitions
Area Graphs
Aspect Ratio, Space and Width
Axis
Bar Graphs
Bin Plots
Bins
Boxplot Graphs
Bubble Graphs
Bullet Graphs
Chord Graphs
Circular Graph Arc Sectors
Circular Graph Connections
Circular Graph Tracks
Circular Graphs
Citations or References
Clustering
Colors
Combination Plot Strips
Combination Plots
Confidence Intervals
Contours
Correlation Graphs
DOE
Data
Data Context
Data Customizer
Data Faceting
Data Filters
Data Point Attributes
Data Ratio Reference
Data Selection
Data Sorting
Data Table
Data Table/Filter
Data Time Series
Data Transformation
Data UI Widgets
Debug
Decorations
Dendrograms
Density Plots
Dotplot Graphs
Dumbbell Graphs
Effect
Error Bars
Events
Fish Graphs
Fit Lines
Foreground and Background
Gantt Charts
General
General Attributes
General One Dimensional Graphs
Genome Browser
Genome Browser Features
Genome Browser Sequences
Genome Browser Tracks
Gradients
Graph Metadata
Grey Out
HTML Widgets
Heatmap Color Indicators
Heatmap Graphs
Hierarchy
Histograms
Ideograms
Images
Kaplan Meier Plots
LLM
Legends
Line Graphs
Lines
Loess
Lollipop Graphs
Manhattan Plots
Maps
Maps Albers
Maps Leaflet
Maps Orthographic
Marginal Text
Margins
Meter Graphs
Missing Data
Motion Charts
Network Algorithm Parameters
Network Cola Algorithm Parameters
Network Communities
Network Graphs
Network Node and Edge Attributes
Oncoprint Graphs
Overlays
Parallel Coordinates Graphs
Pie Charts
Plot Area
Plot Data Type
Plot Mode
Plot Performance
Plot View
Plot and Panel Areas
Print
Quantile Regression Plots
R
R-Axis
Random
Ranges
Regression
Remote Procedures
Ridgeline Plots
Samples
Sankey Diagrams
Scatter Plot Matrix
Scatter Plots
Shadows
Shapes
Sizes
Stream Plots
Swimmer Graphs
Tag Cloud
Text
Text Placement
Titles and Subtitles
Tooltip
Transparency
Tree Bracket
Treemap Graphs
Trees
UpSet Plots
Variables
Venn Diagrams
Violin Plots
Visium Plots
Waterfall Graphs
X-Axis
Y-Axis
Z-Axis
Zooming, Panning and Resizing
cxplot
Boxplot Graphs : General parameters in Boxplot Graphs
#
boxplotBorderColor
Color for the line of the borders in boxplots
Type:
color
Default:
rgb(0,0,0)
Used in:
Boxplot
boxplotBorderColor : "#9e0adb"
boxplotBorderColor : "#ff7d00"
#
boxplotCoef
Number that determines how far the plot whiskers extend out from the box
Type:
float
Default:
1.5
Used in:
Boxplot
boxplotCoef : 1.5
boxplotCoef : 3.5
#
boxplotColor
Color for the boxplot if individual data points are shown
Type:
color
Default:
false
Used in:
Boxplot
boxplotColor : "#9e0adb"
boxplotColor : "#ff7d00"
#
boxplotConnect
Flag to show data in boxplots connected
Type:
boolean
Default:
false
Used in:
Boxplot
boxplotConnect : true
boxplotConnect : false
#
boxplotConnectWidth
Width for the line of the connection of boxes in boxplots
Type:
integer
Default:
2
Used in:
Boxplot
boxplotConnectWidth : 0.5
boxplotConnectWidth : 2
#
boxplotDataPointTransparency
Fraction to adjust color transparency for the data points when displaying original data in boxplots
Type:
float
Default:
0.8
Used in:
Boxplot
boxplotDataPointTransparency : 0.33
boxplotDataPointTransparency : 0.66
#
boxplotHingeFunction
Function to calculate the boxplor hinges. See https://chemicalstatistician.wordpress.com/2013/08/12/exploratory-data-analysis-the-5-number-summary-two-different-methods-in-r-2/
Type:
string
Default:
summary
Options:
summary
,
fivenum
Used in:
Boxplot
boxplotHingeFunction : "summary"
boxplotHingeFunction : "fivenum"
#
boxplotMean
Flag to show mean of data in boxplots
Type:
boolean
Default:
false
Used in:
Boxplot
boxplotMean : true
boxplotMean : false
#
boxplotMeanBorderColor
Color for the border of the data mean in boxplots
Type:
color
Default:
#fe6969
Used in:
Boxplot
boxplotMeanBorderColor : "#9e0adb"
boxplotMeanBorderColor : "#ff7d00"
#
boxplotMeanColor
Color for the data mean in boxplots
Type:
color
Default:
#fed385
Used in:
Boxplot
boxplotMeanColor : "#9e0adb"
boxplotMeanColor : "#ff7d00"
#
boxplotMedianColor
Color for the line of the median of data in boxplots
Type:
color
Default:
false
Used in:
Boxplot
boxplotMedianColor : "#9e0adb"
boxplotMedianColor : "#ff7d00"
#
boxplotMedianWidth
Width for the line of the median of data in boxplots
Type:
integer
Default:
2
Used in:
Boxplot
boxplotMedianWidth : 1
boxplotMedianWidth : 2
#
boxplotNotched
Flag to notch boxplots
Type:
boolean
Default:
false
Used in:
Boxplot
boxplotNotched : true
boxplotNotched : false
#
boxplotOriginalDataColor
Color for the data points in the boxplots
Type:
color
Default:
false
Used in:
Boxplot
boxplotOriginalDataColor : "#9e0adb"
boxplotOriginalDataColor : "#ff7d00"
#
boxplotOutliersBorderColor
Color for the border of outlier data points in boxplots
Type:
color
Default:
false
Used in:
Boxplot
boxplotOutliersBorderColor : "#9e0adb"
boxplotOutliersBorderColor : "#ff7d00"
#
boxplotOutliersColor
Color for the outlier data points in boxplots
Type:
color
Default:
false
Used in:
Boxplot
boxplotOutliersColor : "#9e0adb"
boxplotOutliersColor : "#ff7d00"
#
boxplotOutliersRatio
Ratio for the size of the outliers with respect to boxplot
Type:
integer
Default:
10
Used in:
Boxplot
boxplotOutliersRatio : 10
boxplotOutliersRatio : 15
#
boxplotOutliersShape
Shape for the outlier data points
Type:
string
Default:
circle
Options:
circle
,
square
,
triangle
,
diamond
,
plus
,
minus
,
star
,
circleOpen
,
squareOpen
,
triangleOpen
,
diamondOpen
Used in:
Boxplot
boxplotOutliersShape : "circle"
boxplotOutliersShape : "square"
boxplotOutliersShape : "star"
#
boxplotTransparency
Fraction to adjust color transparency for the boxplot id individual data points are shown
Type:
float
Default:
0.4
Used in:
Boxplot
boxplotTransparency : 0.33
boxplotTransparency : 0.66
#
boxplotType
Boxplot type
Type:
string
Default:
boxWhiskers
Options:
boxWhiskers
,
range
Used in:
Boxplot
boxplotType : "boxWhiskers"
boxplotType : "range"
#
boxplotVarWidth
Flag to adjust the width of boxplots. Similar to R if true then the width is proportional to the sqare root of the number of observations
Type:
boolean
Default:
false
Used in:
Boxplot
boxplotVarWidth : true
boxplotVarWidth : false
#
boxplotWhiskersType
Boxplot whiskers type
Type:
string
Default:
double
Options:
single
,
double
,
none
Used in:
Boxplot
boxplotWhiskersType : "single"
boxplotWhiskersType : "double"
boxplotWhiskersType : "none"
#
showBoxplotOriginalData
Flag to show/hide the observed data point in boxplots. (Should be called showBoxplotDataPoints)
Type:
boolean
Default:
false
Used in:
Boxplot
showBoxplotOriginalData : true
showBoxplotOriginalData : false
On This Page
boxplotBorderColor
boxplotCoef
boxplotColor
boxplotConnect
boxplotConnectWidth
boxplotDataPointTransparency
boxplotHingeFunction
boxplotMean
boxplotMeanBorderColor
boxplotMeanColor
boxplotMedianColor
boxplotMedianWidth
boxplotNotched
boxplotOriginalDataColor
boxplotOutliersBorderColor
boxplotOutliersColor
boxplotOutliersRatio
boxplotOutliersShape
boxplotTransparency
boxplotType
boxplotVarWidth
boxplotWhiskersType
showBoxplotOriginalData
⇧