Packages

object Heatmap extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Heatmap
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(y: Option[Sequence], x: Option[Sequence], z: Option[Sequence], autocolorscale: Option[Boolean], colorscale: Option[ColorScale], showscale: Option[Boolean], name: Option[String]): Heatmap
  2. def apply(): Heatmap
  3. def apply(z: Sequence, x: Sequence, y: Sequence): Heatmap
  4. def apply(z: Sequence): Heatmap

Deprecated Value Members

  1. def apply(y: Sequence = null, x: Sequence = null, z: Sequence = null, autocolorscale: Boolean = null, colorscale: ColorScale = null, showscale: Boolean = null, name: String = null): Heatmap
    Annotations
    @deprecated
    Deprecated

    (Since version 0.8.0) Use Heatmap() and chain-call .with* methods on it instead