object Overlay

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Overlay
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class OverlayPlotRenderer(subplots: Seq[Plot]) extends PlotRenderer with Product with Serializable

Value Members

  1. def apply(plots: Plot*): Plot

    Overlay one or more plots.

  2. def fromSeq(plots: Seq[Plot]): Plot

    Overlay a sequence of plots.