Show / Hide Table of Contents

    Enum Bin

    Option flags for plbin()

    Namespace: PLplot
    Assembly: PLplotNet.dll
    Syntax
    public enum Bin : int

    Fields

    Name Description
    Centred

    The bin boundaries are to be midway between the x values. If the values in x are equally spaced, the values are the center values of the bins.

    Default

    The x represent the lower bin boundaries, the outer bins are expanded to fill up the entire x-axis and bins of zero height are simply drawn.

    NoEmpty

    Bins with zero height are not drawn (there is a gap for such bins).

    NoExpand

    The outer bins are drawn with equal size as the ones inside.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX