MAIDR Documentation - v3.39.0
    Preparing search index...

    Type Alias SubplotState

    SubplotState:
        | { empty: true; type: "subplot" }
        | {
            empty: false;
            type: "subplot";
            size: number;
            index: number;
            trace: TraceState;
            highlight: HighlightState;
        }

    State for a subplot containing its index, size, and current trace state.