@diamondlightsource/davidia
    Preparing search index...

    Interface PlotConfig

    Represent plot configuration

    interface PlotConfig {
        title?: string;
        xLabel?: string;
        xScale?: AxisScaleType;
        xValues?: NDT;
        yLabel?: string;
        yScale?: AxisScaleType;
        yValues?: NDT;
    }
    Index

    Properties

    title?: string

    The plot title

    xLabel?: string

    The label for the x-axis

    xScale?: AxisScaleType

    The x-axis scale type

    xValues?: NDT

    The x-axis values

    yLabel?: string

    The label for the y-axis

    yScale?: AxisScaleType

    The y-axis scale type

    yValues?: NDT

    The y-axis values