Plot

object Plot

Plotting engine based on Vega-Lite.

Since

0.1.0

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(): Plot

Creates new Plot.

Creates new Plot.

Returns

Plot

See also
Since

0.1.0

def apply(df: DataFrame): Plot

Creates new Plot based on a DataFrame.

Creates new Plot based on a DataFrame.

Value Params
df

DataFrame.

Returns

Plot

See also
Since

0.1.0