Packages

p

doodle

plot

package plot

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait AsPoint[A] extends AnyRef

    Type class for data that can be converted to a Point.

  2. final case class Axes(direction: Direction, majorTickExtent: Int, minorTickExtent: Int) extends Product with Serializable
  3. sealed trait Direction extends AnyRef
  4. final case class Plot[Alg[x[_]] <: Text[x[_]] with Layout[x[_]], F[_], A](geometry: Geometry[Alg, F, A], scale: Scale[A], title: String) extends Product with Serializable
  5. trait Scale[A] extends Function[A, Point]

    A Scale translates data to a location.

    A Scale translates data to a location. It usually indicates where data should be placed on a plot.

Value Members

  1. object AsPoint
  2. object Horizontal extends Direction with Product with Serializable
  3. object Scale
  4. object Vertical extends Direction with Product with Serializable

Ungrouped