Creates an interactive scatterplot.
Additional parameters:
- changePtDiamBy
Number of pixels the point diameter should be changed when in-/decreasing it via keyboard or menu.
- customFieldBg
Whether to use a custom background color.
COL_CUSTOMBG
The custom background color.
- drawAxes
Whether axes should be drawn.
- equiscale
Whether the same scale should be applied to both axes.
- minimalDiam
Minimal point diameter.
- ptDiam
Point diameter.
- spaceprop
Gives the amount of space around the data points. 1.0 means no space, 1.5 means half as much space around the data as is used for the data itself. This resets zoom.
Default values:
changePtDiamBy=2, customFieldBg=FALSE, COL_CUSTOMBG="white",
drawAxes=TRUE, equiscale=FALSE, minimalDiam=1, ptDiam=3,
spaceprop=1.1