Package

scalatikz.pgf

plots

Permalink

package plots

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. plots
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Axis(height: Option[Double] = None, width: Option[Double] = None, azimuth: Option[Double] = None, elevation: Option[Double] = None, xMode: AxisScale = LINEAR, yMode: AxisScale = LINEAR, zMode: AxisScale = LINEAR, xLabel: Option[String] = None, yLabel: Option[String] = None, zLabel: Option[String] = None, xMin: Option[Double] = None, xMax: Option[Double] = None, yMin: Option[Double] = None, yMax: Option[Double] = None, zMin: Option[Double] = None, zMax: Option[Double] = None, grid: Option[GridStyle] = None, colorMap: Option[ColorMap] = None, backgroundColor: Color = WHITE, header: Option[String] = None, fontSize: Option[FontSize] = None, legends: Seq[String] = List.empty, legendPos: LegendPos = OUTER_NORTH_EAST, legendColumns: Int = 1, xAxisLinePos: AxisLinePos = BOX, yAxisLinePos: AxisLinePos = BOX, zAxisLinePos: AxisLinePos = BOX, xAxisHideTicks: Boolean = false, yAxisHideTicks: Boolean = false, zAxisHideTicks: Boolean = false, xTickLabels: Seq[String] = List.empty, yTickLabels: Seq[String] = List.empty, zTickLabels: Seq[String] = List.empty, rotateXTicks: Int = 0, rotateYTicks: Int = 0, rotateZTicks: Int = 0, stackedBars: Boolean = true) extends Product with Serializable

    Permalink

    Axis configuration.

    Axis configuration.

    height

    axis height (in centimeters)

    width

    axis width (in centimeters)

    xMode

    X axis scale (linear or log)

    yMode

    Y axis scale (linear or log)

    zMode

    Z axis scale (linear or log)

    xLabel

    X axis label

    yLabel

    Y axis label

    zLabel

    Z axis label

    xMin

    X axis lower bound

    xMax

    X axis upper bound

    yMin

    Y axis lower bound

    yMax

    Y axis upper bound

    zMin

    Z axis lower bound

    zMax

    Z axis upper bound

    grid

    axis grid type (minor, major or both)

    colorMap

    color map type (used for mesh plots)

    backgroundColor

    axis background color

    header

    axis header title

    fontSize

    axis font size

    legends

    legends for the plotted data sequences

    legendPos

    legends position

    xAxisLinePos

    X axis position

    yAxisLinePos

    Y axis position

    xAxisHideTicks

    hide X axis ticks

    yAxisHideTicks

    hide Y axis ticks

    xTickLabels

    a sequence of labels for X axis ticks

    yTickLabels

    a sequence of labels for Y axis ticks

    rotateXTicks

    rotate X axis ticks by the given degrees

    rotateYTicks

    rotate Y axis ticks by the given degrees

  2. class Figure extends TIKZPicture

    Permalink
  3. class FigureArray extends TIKZPicture

    Permalink
  4. implicit final class TeX extends AnyVal

    Permalink

Value Members

  1. object DataTypes

    Permalink
  2. object Figure

    Permalink
  3. package enums

    Permalink
  4. package types

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped