Packages

class SvgPlot extends AnyRef

Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SvgPlot
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SvgPlot(width: Int, height: Int, scale: Double = 1.0)

Value Members

  1. val axes: List[Elem]
  2. def circle(x1: Double, y1: Double, r: Double, colour: String = "blue"): Elem
  3. def draw(c: Circle): Elem
  4. def draw(l: Line): Elem
  5. def graph(points: Seq[(Double, Double)], colour: String = "blue"): Seq[Elem]
  6. def line(x1: Double, y1: Double, x2: Double, y2: Double, colour: String = "blue"): Elem
  7. def plot(nodes: Seq[Node]): Elem
  8. def plotAll(nodes: Node*): Elem
  9. def polyline(pts: (Double, Double)*): Elem
  10. def scatter(points: List[Point], radius: Double = 5): Seq[Node]
  11. val xmax: Double
  12. def xval(x: Double): Int
  13. val ymax: Double
  14. def yval(y: Double): Int