Package

smile.plot

vega

Permalink

package vega

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

Type Members

  1. case class Window(stage: Stage) extends Product with Serializable

    Permalink

    A JavaFX WebView with plot canvas.

Value Members

  1. object Window extends LazyLogging with Serializable

    Permalink
  2. def bar(data: (String, Array[Double]), group: (String, Array[String]), properties: JsObject): JsObject

    Permalink
  3. def bar(data: Array[Double]): JsObject

    Permalink
  4. def boxplot(data: (String, Array[Double]), group: (String, Array[String]), properties: JsObject): JsObject

    Permalink
  5. def embed(spec: JsObject): String

    Permalink
  6. def hist(x: (String, Array[Double]), k: Int, properties: JsObject): JsObject

    Permalink
  7. def iframe(spec: JsObject, id: String): String

    Permalink
  8. def line(data: Array[Array[Double]], fields: (String, String), point: Boolean, color: Option[(String, Either[Array[Int], Array[String]])], shape: Option[(String, Either[Array[Int], Array[String]])], properties: JsObject): JsObject

    Permalink
  9. implicit def pimpDataFrame(data: DataFrame): DataFrame2JSON

    Permalink
  10. implicit def pimpTuple(data: Tuple): Tuple2JSON

    Permalink
  11. def plot(data: Array[Array[Double]], fields: (String, String), color: Option[(String, Either[Array[Int], Array[String]])], shape: Option[(String, Either[Array[Int], Array[String]])], sizeOrText: Option[(String, Either[Array[Double], Array[String]])], properties: JsObject): JsObject

    Permalink
  12. def spm(data: DataFrame, clazz: Option[String], properties: JsObject): JsObject

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped