Package

smile

plot

Permalink

package plot

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

Value Members

  1. implicit def desktop(canvas: PlotCanvas): Unit

    Permalink

    Swing based plot renderer.

  2. implicit def desktop(canvas: JComponent): Unit

    Permalink

    Swing component renderer.

  3. implicit def javafx(spec: JsObject): Unit

    Permalink

    Vega plot renderer with JavaFX.

  4. def show(spec: JsObject)(implicit renderer: (JsObject) ⇒ Unit): Unit

    Permalink

    Shows a vega-based plot with implicit renderer.

  5. def show(canvas: PlotCanvas)(implicit renderer: (PlotCanvas) ⇒ Unit): Unit

    Permalink

    Shows a swing-based plot with implicit renderer.

  6. def show(canvas: JComponent)(implicit renderer: (JComponent) ⇒ Unit): Unit

    Permalink

    Shows a swing component with implicit renderer.

  7. package swing

    Permalink

    Swing based data visualization.

  8. package vega

    Permalink
  9. implicit def zeppelin(spec: JsObject): Unit

    Permalink

    Vega plot renderer in Apache Zeppelin Notebook.

  10. implicit def zeppelin(canvas: JComponent): Unit

    Permalink

    Swing component renderer in Apache Zeppelin Notebook.

Inherited from AnyRef

Inherited from Any

Ungrouped