Chart

ai.dragonfly.viz.cli.Chart
See theChart companion object
case class Chart(conf: ChartConfig)

Attributes

Companion
object
Source
Chart.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
Chart.scala

Attributes

Source
Chart.scala
def connectedScatter(name: String, points: Vec[2]*): Chart

Attributes

Source
Chart.scala
def line(point: Vec[2], slope: Double, name: String): Chart

Attributes

Source
Chart.scala
def lineSegment(p1: Vec[2], p2: Vec[2], name: String): Chart

Attributes

Source
Chart.scala
def lookUpColor(name: String): Int

Attributes

Source
Chart.scala
inline def makeIcon(color: Int): String

Attributes

Source
Chart.scala
def mapToImageSpace(v: Vec[2]): Vec[2]

Attributes

Source
Chart.scala

Attributes

Source
Chart.scala
def scatter(name: String, points: Vec[2]*): Chart

Attributes

Source
Chart.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
Chart.scala

Attributes

Source
Chart.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

val aXa: Int

Attributes

Source
Chart.scala
val aYa: Int

Attributes

Source
Chart.scala
val cimg: CLImg

Attributes

Source
Chart.scala

Attributes

Source
Chart.scala
val scaleX: Double

Attributes

Source
Chart.scala
val scaleY: Double

Attributes

Source
Chart.scala