common-spectrum
    Preparing search index...

    Interface FromTextOptions

    interface FromTextOptions {
        dataType?: string;
        info?: {
            xLabel?: string;
            xUnits?: string;
            yLabel?: string;
            yUnits?: string;
        };
        parser?: ParseXYOptions;
        title?: string;
    }

    Hierarchy

    Index

    Properties

    dataType?: string

    May contain the type of data. This is practical when you have a bunch of data of different types

    info?: { xLabel?: string; xUnits?: string; yLabel?: string; yUnits?: string }

    Type Declaration

    • OptionalxLabel?: string

      Label for the x axis

      ''
      
    • OptionalxUnits?: string

      Units for the x axis

      ''
      
    • OptionalyLabel?: string

      Label for the y axis

      ''
      
    • OptionalyUnits?: string

      Units for the y axis

      ''
      
    {}
    
    parser?: ParseXYOptions
    title?: string

    Title of the experiment. Often contains the sample code