VegaLite

smile.plot.vega.VegaLite
See theVegaLite companion trait
object VegaLite

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
VegaLite.type

Members list

Value members

Concrete methods

def concat(columns: Int, views: VegaLite*): ViewLayoutComposition

General (wrappable) concatenation. Put multiple views into a flexible flow layout.

General (wrappable) concatenation. Put multiple views into a flexible flow layout.

Attributes

def facet(title: String): Facet

Returns a facet specification with inline data.

Returns a facet specification with inline data.

Attributes

Horizontal concatenation. Put multiple views into a column.

Horizontal concatenation. Put multiple views into a column.

Attributes

def layer(layers: View*): Layer

Returns a layered view specification.

Returns a layered view specification.

Attributes

Creates a view for each entry in an array of fields. This operator generates multiple plots like facet. However, unlike facet it allows full replication of a data set in each view.

Creates a view for each entry in an array of fields. This operator generates multiple plots like facet. However, unlike facet it allows full replication of a data set in each view.

Value parameters

fields

The fields that should be used for each entry.

Attributes

def repeat(view: VegaLite, row: Seq[String], column: Seq[String]): ViewLayoutComposition

Creates a view for each entry in an array of fields. This operator generates multiple plots like facet. However, unlike facet it allows full replication of a data set in each view.

Creates a view for each entry in an array of fields. This operator generates multiple plots like facet. However, unlike facet it allows full replication of a data set in each view.

Value parameters

column

An array of fields to be repeated horizontally.

row

An array of fields to be repeated vertically.

Attributes

def splom(df: DataFrame, color: String): ViewLayoutComposition

Scatterplot Matrix (SPLOM).

Scatterplot Matrix (SPLOM).

Attributes

Vertical concatenation. Put multiple views into a row.

Vertical concatenation. Put multiple views into a row.

Attributes

def view(title: String): View

Returns a single view specification to be used in a composition.

Returns a single view specification to be used in a composition.

Value parameters

title

view title.

Attributes

Concrete fields

val $schema: String

The schema of Vega-Lite.

The schema of Vega-Lite.

Attributes

val mime: String

The MIME type of Vega-Lite.

The MIME type of Vega-Lite.

Attributes