Class HistogramPlotter

    • Field Detail

      • BINS_KEY

        public static final ReportKey<BinBag> BINS_KEY
        ReportKey for histogram bins.
      • BINWIDTH_KEY

        public static final ReportKey<java.lang.Double> BINWIDTH_KEY
        ReportKey for actual bin width.
      • BINTABLE_KEY

        public static final ReportKey<uk.ac.starlink.table.StarTable> BINTABLE_KEY
        ReportKey for tabular result of plot.
      • BINSIZER_KEY

        public static final ConfigKey<BinSizer> BINSIZER_KEY
        Config key for bin size configuration.
      • THICK_KEY

        public static final ConfigKey<java.lang.Integer> THICK_KEY
        Config key for bar line thickness.
      • PHASE_KEY

        public static final ConfigKey<java.lang.Double> PHASE_KEY
        Config key for bar phase.
    • Constructor Detail

      • HistogramPlotter

        public HistogramPlotter​(FloatingCoord xCoord,
                                boolean hasWeight,
                                PerUnitConfigKey<Unit> unitKey)
        Constructor.
        Parameters:
        xCoord - X axis coordinate
        hasWeight - true to permit histogram weighting
        unitKey - config key to select X axis physical units, or null if no unit selection required