Packages

p

doodle.plot

geometry

package geometry

Type Members

  1. trait Geometry[Alg[x[_]] <: Algebra[x[_]], F[_], A] extends AnyRef

    Geometry describes how to draw data within a plot (e.g.

    Geometry describes how to draw data within a plot (e.g. a scatter plot or a line).

    The type - Alg represents the Algebra needed to render this geometry; - F is the effect type the geometry is rendered to; and - A is the type of the data.

  2. final case class Scatter[Alg[x[_]] <: Layout[x[_]] with Shape[x[_]], F[_], G[_], A](data: G[A])(f: (A) ⇒ Picture[Alg, F, Unit])(implicit evidence$1: Traverse[G], evidence$2: AsPoint[A]) extends Geometry[Alg, F, A] with Product with Serializable

    Represents a scatterplot of the given data.

Ungrouped