MAIDR Documentation - v4.4.0
    Preparing search index...

    The scales of one plot, keyed by Plot's scale names.

    interface PlotScales {
        x?: PlotScale;
        y?: PlotScale;
        fx?: PlotScale;
        fy?: PlotScale;
        color?: PlotScale;
        r?: PlotScale;
        length?: PlotScale;
    }
    Index

    Properties

    Properties

    color?: PlotScale
    length?: PlotScale

    Sizes a spike or vector's drawn length from its magnitude channel.