Prefab parameter name | Data type |
Default | Description |
Examples (ignore line wrapping) |
dist
| centered histo no |
centered |
Appearance of the distribution. centered gives a beeswarm-like
display; histo gives a histogram.
| dist=histo |
bindiv |
numeric |
5.0 |
Control the bin size, based on Y axis stub increment.
If specified, the bin size will be the stub increment divided by this value.
This can be a convenient way to control the bin size since the stub increment
is often automatically set, based on the data. |
bindiv=2 |
binsize |
numeric |
|
Specify the bin size explicitly, for cases where the
automatically determined bin size isn't ideal. |
binsize=50 |
distcolor |
color |
blue |
The color of the distribution histogram bars. |
distcolor=black |
distdotspread |
numeric |
2.0 |
Distributions are made up of a series of dots; this parameter
controls how far apart (horizontally) the dots are rendered.
If you have lots of dots and they are extending
too far horizontally, reduce this value; for the opposite effect increase this value. |
distdotspread=1.5 |
distdotshape |
circle square diamond triangle |
diamond |
The shape of the individual dots. |
distdotshape=square |
distdotsize |
inches or cm |
0.04 " |
The radius of the individual data point dots. |
distdotsize=0.025 |
distcenter |
0 to 10 |
4 |
When doing a centered (beeswarm) display, controls the location of the center
of the display in X, using a data space ranging from 0 to 10. |
distcenter=3 |