SimplePlots

class Object
trait Matchable
class Any

Type members

Classlikes

class Parameters(val xlog: Boolean, val ylog: Boolean, val main: String, val xlab: String, val ylab: String, val xnames: Seq[(Double, String)], val ynames: Seq[(Double, String)], val xlim: Option[(Double, Double)], val ylim: Option[(Double, Double)], val draw1Line: Boolean, val extraLegend: Seq[(String, LegendElem)], val xLabFontSize: RelFontSize, val yLabFontSize: RelFontSize, val mainFontSize: RelFontSize, val xNumTicks: Int, val yNumTicks: Int, val xAxisMargin: Double, val yAxisMargin: Double, val legendFontSize: RelFontSize, val legendWidth: RelFontSize, val xgrid: Boolean, val ygrid: Boolean, val xWidth: RelFontSize, val yHeight: RelFontSize, val frame: Boolean, val xLabelRotation: Double, val yLabelRotation: Double, val origin: Option[(Double, Double)], val xCustomGrid: Boolean, val yCustomGrid: Boolean, val legendLayout: Layout, val legendDistance: RelFontSize, val xTickLength: RelFontSize, val yTickLength: RelFontSize, val xLineWidthFraction: Double, val yLineWidthFraction: Double, val xLineStartFraction: Double, val yLineStartFraction: Double, val topPadding: RelFontSize, val bottomPadding: RelFontSize, val leftPadding: RelFontSize, val rightPadding: RelFontSize, val xLabDistance: RelFontSize, val yLabDistance: RelFontSize, val mainLabDistance: RelFontSize, val xTickSpace: Option[Double], val yTickSpace: Option[Double], val noLegend: Boolean, val xNoTickLabel: Boolean, val yNoTickLabel: Boolean)
object par

Value members

Concrete methods

def binnedboxplot[F : FC](dim1: Seq[Double], dim2: Seq[Double], xnames: Seq[String], bins: Int, boxColor: Colormap, xgrid: Boolean)(parameters: Parameters): () => Elems2[XYPlotArea, ElemList[Elems2[ElemList[ShapeElem], TextBox]]]
def boxplot[F : FC](data: DataSourceWithQuantiles, xnames: Seq[String], boxColor: Colormap, boxWidth: Double)(parameters: Parameters): () => XYPlotArea
def boxplotFromLabels[T : Ordering, F : FC](data: Seq[(T, Double)], boxColor: Colormap, useLabels: Boolean)(parameters: Parameters): () => XYPlotArea
def boxplotImpl[F : FC](bxdata: DataSource, xnames: Seq[String], boxColor: Colormap, boxWidth: Double)(parameters: Parameters): () => XYPlotArea
def contourplot[F : FC](xlim: (Double, Double), ylim: (Double, Double), f: (Double, Double) => Double, n: Int, levels: Int)(parameters: Parameters): () => Elems2[XYPlotArea, ElemList[Elems2[ElemList[ShapeElem], TextBox]]]
def rasterplot[F : FC](data: DataSource, colormap: Colormap, xCol: Int, yCol: Int, zCol: Int, valueText: Boolean, valueColor: Color, valueFontSize: RelFontSize, zlim: Option[(Double, Double)], transparentPixels: Option[Double], zlab: String, zNumTicks: Int)(parameters: Parameters): () => Elems2[XYPlotArea, ElemEither[ElemList[Elems2[ElemList[ShapeElem], TextBox]], Elems2[Elems2[ElemList[ShapeElem], AxisElem], TextBox]]]
def stackedBarPlot[F : FC](data: DataSource, legend: Seq[(Int, String, Colormap)], xCol: Int, relative: Boolean)(parameters: Parameters): () => Elems2[XYPlotArea, ElemList[Elems2[ElemList[ShapeElem], TextBox]]]
def xyzplot[F : FC](data: (DataSource, List[DataRenderer3D], LegendConfig)*)(zNear: Double, zFar: Double, fieldOfViewAngles: Double, cameraPosition: Vec3, cameraTarget: Vec3, xWidth: RelFontSize, yHeight: RelFontSize, extraLegend: Seq[(String, LegendElem)], legendFontSize: RelFontSize, legendWidth: RelFontSize, legendLayout: Layout, legendDistance: RelFontSize, topPadding: RelFontSize, bottomPadding: RelFontSize, leftPadding: RelFontSize, rightPadding: RelFontSize): () => Elems2[XYZPlotArea, ElemList[Elems2[ElemList[ShapeElem], TextBox]]]