Packages

package histogram2d

Type Members

  1. final case class Hist2dOptions(ncontours: Opt[Int] = Blank, reversescale: Opt[Boolean] = Opt(Option(true)), showscale: Opt[Boolean] = Blank) extends Component with Product with Serializable

    Specifies 2d Histogram options.

    Specifies 2d Histogram options.

    ncontours

    : Specifies the maximum number of contour levels.

    reversescale

    : Reverse the color mapping if set to true.

    showscale

    : Specifies whether the scale is shown for this series or not.

Ungrouped