Package

smile.plot

vega

Permalink

package vega

Visibility
  1. Public
  2. All

Type Members

  1. trait Facet extends View

    Permalink

    A facet is a trellis plot (or small multiple) of a series of similar plots that displays different subsets of the same data, facilitating comparison across subsets.

    A facet is a trellis plot (or small multiple) of a series of similar plots that displays different subsets of the same data, facilitating comparison across subsets.

    The facet channels (facet, row, and column) are encoding channels that serves as macros for a facet specification. Vega-Lite automatically translates this shortcut to use the facet operator.

  2. trait Layer extends View with ViewComposition

    Permalink

    To superimpose one chart on top of another.

  3. trait VegaLite extends AnyRef

    Permalink

    Vega-Lite specifications are JSON objects that describe a diverse range of interactive visualizations.

    Vega-Lite specifications are JSON objects that describe a diverse range of interactive visualizations. Besides using a single view specification as a standalone visualization, Vega-Lite also provides operators for composing multiple view specifications into a layered or multi-view specification. These operators include layer, facet, concat, and repeat.

  4. trait View extends VegaLite

    Permalink

    Single view specification, which describes a view that uses a single mark type to visualize the data.

  5. trait ViewComposition extends VegaLite

    Permalink

    All view composition specifications (layer, facet, concat, and repeat) can have the resolve property for scale, axes, and legend resolution.

    All view composition specifications (layer, facet, concat, and repeat) can have the resolve property for scale, axes, and legend resolution.

    Vega-Lite determines whether scale domains should be unioned. If the scale domain is unioned, axes and legends can be merged. Otherwise they have to be independent.

    There are two options to resolve a scale, axis, or legend: "shared" and "independent". Independent scales imply independent axes and legends.

  6. trait ViewLayoutComposition extends ViewComposition

    Permalink

    all view layout composition (facet, concat, and repeat) can have the following layout properties: align, bounds, center, spacing.

  7. case class WindowFX(stage: Stage, spec: VegaLite) extends Product with Serializable

    Permalink

    JavaFX WebView with vega-lite plot.

Value Members

  1. object Facet

    Permalink
  2. object VegaLite

    Permalink
  3. object View

    Permalink
  4. object WindowFX extends LazyLogging with Serializable

    Permalink

Ungrouped