Packages

p

com.cibo.evilplot.plot

aesthetics

package aesthetics

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class Colors(background: Color, frame: Color, bar: Color, fill: Color, path: Color, point: Color, gridLine: Color, trendLine: Color, title: Color, label: Color, annotation: Color, legendLabel: Color, tickLabel: Color, stream: Seq[Color], continuousColoring: ContinuousColoring) extends Product with Serializable
  2. final case class Elements(strokeWidth: Double, lineDashStyle: LineStyle, pointSize: Double, gridLineSize: Double, boxSpacing: Double, barSpacing: Double, clusterSpacing: Double, boundBuffer: Double, contours: Int, categoricalXAxisLabelOrientation: Double, categoricalYAxisLabelOrientation: Double, continuousXAxisLabelOrientation: Double, continuousYAxisLabelOrientation: Double, tickCount: Int, xTickCount: Int, yTickCount: Int, xGridLineCount: Int, yGridLineCount: Int, tickThickness: Double, tickLength: Double) extends Product with Serializable
  3. final case class Fonts(titleSize: Double, labelSize: Double, annotationSize: Double, legendLabelSize: Double, tickLabelSize: Double, facetLabelSize: Double, fontFace: String) extends Product with Serializable
  4. final case class Theme(fonts: Fonts, colors: Colors, elements: Elements) extends Product with Serializable

    Themes are a mechanism for controlling the styling of plots from a single object.

    Themes are a mechanism for controlling the styling of plots from a single object. A theme is defined implicitly and passed into plots.

    Annotations
    @implicitNotFound( ... )
    See also

    DefaultTheme.defaultTheme for an easy default.

Value Members

  1. object ClassicTheme
  2. object DefaultTheme

Ungrouped