ecl-logo Documentation
ECL`

PlotAlphaScreen

PlotAlphaScreen[AlphaScreenData]Plot

provides a graphical plot of the provided luminescence intensities either in the form of a histogram or a box and whisker plot.

PlotAlphaScreen[Protocol]Plot

creates a Plot of the luminescence intensities in the data objects found in the Data field of Protocol.

PlotAlphaScreen[Intensities]Plot

provides a graphical plot the provided luminescence intensities either in the form of a histogram or a box and whisker plot.

PlotAlphaScreen[AlphaScreenData,SecondaryVariables]Plot

provides a graphical plot the provided luminescence intensities (in y-axis) against the values of secondary variable (in x-axis) in the form of a scatter plot.

PlotAlphaScreen[Intensities,SecondaryVariables]Plot

provides a graphical plot the provided luminescence intensities (in y-axis) against the values of secondary variable (in x-axis) in the form of a scatter plot.

Details

    Input
    Output
    Data Processing Options
    Data Specifications Options
    Fractions Options
    Frame Options
    Grid Options
    Image Format Options
    Ladder Options
    Legend Options
    Peaks Options
    Plot Labeling Options
    Plot Range Options
    Plot Style Options
    Secondary Data Options
    General Options

Examples

open allclose all

Example Setup

These expressions are used in the examples to follow:

Basic Examples  (5)

Compare intensities across datasets using a BoxWhiskerChart:

Plot a histogram of intensities:

Plot a histogram of intensities from links:

Plot data objects linked to a protocol when given an AlphaScreen protocol object:

Input Type  (1)

Grouped lists of info packets:

Additional Examples  (6)

Input Type  (3)

Grouped lists of intensity values:

List of info packets:

List of intensity values:

Quantity Arrays  (3)

A list of intensity quantity arrays:

Given a QuantityArray containing a single group of intensity data sets:

QuantityArray of intensities:

Options  (16)

BoxWhiskerType  (1)

Use BoxWhiskerChart options to show additional information, here a mean confidence interval diamond:

ChartLabels  (1)

Label the plot:

DataSet  (1)

Use the intensity data measured at the primary wavelength:

Legend  (1)

Create a plot legend:

Output  (3)

Return a list of resolved options when Output->Options:

Return an empty list when Output->Tests:

Return a plot when Output->Preview:

PlotType  (4)

A flat list of intensities can also be displayed as a BarChart or BoxWhiskerChart:

A flat list of intensities defaults to a Histogram diplsay:

Grouped lists of intensities can also be displayed as a BarChart or Histogram:

Grouped lists of intensities defaults to a BoxWhiskerChart display:

TargetUnits  (5)

Specify a TargetUnit:

Specify a TargetUnit for a BarChart:

Specify a TargetUnit when given data objects:

Specify a TargetUnit when given grouped data objects:

TargetUnits default to the unit on the data:

Last modified on Wed 20 Aug 2025 16:14:11