Chart

ai.dragonfly.viz.cli.Chart$
See theChart companion class
object Chart

Attributes

Companion:
class
Source:
Chart.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Chart.type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

def apply(title: String, horizontalLabel: String, verticalLabel: String, domain: Interval[Double], range: Interval[Double], width: Int, height: Int): Chart

Attributes

Source:
Chart.scala
def apply(title: String, caption: String, horizontalLabel: String, verticalLabel: String, domain: Interval[Double], range: Interval[Double], width: Int, height: Int): Chart

Attributes

Source:
Chart.scala