trait
SimplePlots extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
binnedboxplot[F](dim1: Seq[Double], dim2: Seq[Double], main: String = "", xlab: String = "", ylab: String = "", xnames: Seq[String] = Nil, fontSize: RelFontSize = 1 fts, bins: Int = 10, xgrid: Boolean = false, ygrid: Boolean = true, xWidth: RelFontSize = 20 fts, yHeight: RelFontSize = 20 fts, boxColor: Colormap = Color.gray4, frame: Boolean = true, xLabelRotation: Double = 0d, yLabelRotation: Double = 0d)(implicit arg0: FC[F]): Build[nspl.Elems2[nspl.XYPlotArea, nspl.Legend]]
-
def
boxplot[F](data: DataSourceWithQuantiles, main: String = "", xlab: String = "", ylab: String = "", xnames: Seq[String] = Nil, fontSize: RelFontSize = 1 fts, xgrid: Boolean = true, ygrid: Boolean = true, xWidth: RelFontSize = 20 fts, yHeight: RelFontSize = 20 fts, boxColor: Colormap = Color.gray4, frame: Boolean = true, xLabelRotation: Double = 0d, yLabelRotation: Double = 0d)(implicit arg0: FC[F]): Build[nspl.XYPlotArea]
-
def
boxplotFromLabels[T, F](data: Seq[(T, Double)], main: String = "", xlab: String = "", ylab: String = "", fontSize: RelFontSize = 1 fts, xgrid: Boolean = true, ygrid: Boolean = true, xWidth: RelFontSize = 20 fts, yHeight: RelFontSize = 20 fts, boxColor: Colormap = Color.gray4, frame: Boolean = true, xLabelRotation: Double = 0d, yLabelRotation: Double = 0d, useLabels: Boolean = true)(implicit arg0: Ordering[T], arg1: FC[F]): Build[nspl.XYPlotArea]
-
def
boxplotImpl[F](bxdata: DataSource, main: String = "", xlab: String = "", ylab: String = "", xnames: Seq[String] = Nil, fontSize: RelFontSize = 1 fts, xgrid: Boolean = true, ygrid: Boolean = true, xWidth: RelFontSize = 20 fts, yHeight: RelFontSize = 20 fts, boxColor: Colormap = Color.gray4, frame: Boolean = true, xLabelRotation: Double = 0d, yLabelRotation: Double = 0d)(implicit arg0: FC[F]): Build[nspl.XYPlotArea]
-
def
clone(): AnyRef
-
def
contourplot[F](xlim: (Double, Double), ylim: (Double, Double), f: (Double, Double) ⇒ Double, n: Int, levels: Int, main: String = "", xlab: String = "", ylab: String = "", fontSize: RelFontSize = 1 fts, xgrid: Boolean = true, ygrid: Boolean = true, xWidth: RelFontSize = 20 fts, yHeight: RelFontSize = 20 fts, frame: Boolean = true)(implicit arg0: FC[F]): Build[nspl.Elems2[nspl.XYPlotArea, nspl.Legend]]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
rasterplot[F](data: DataSource, main: String = "", xlab: String = "", ylab: String = "", xFontSize: RelFontSize = 1 fts, yFontSize: RelFontSize = 1 fts, mainFontSize: RelFontSize = 1 fts, colormap: Colormap = HeatMapColors(0, 1), xnames: Seq[(Double, String)] = Seq(), ynames: Seq[(Double, String)] = Seq(), xCol: Int = 0, yCol: Int = 1, zCol: Int = 2, xWidth: RelFontSize = 20 fts, yHeight: RelFontSize = 20 fts, valueText: Boolean = false, valueColor: Color = Color.black, valueFontSize: RelFontSize = 0.4 fts, tickLength: RelFontSize = 0.4 fts, zlim: Option[(Double, Double)] = None, frame: Boolean = true, xLabelRotation: Double = .5 * math.Pi, yLabelRotation: Double = 0d)(implicit arg0: FC[F]): Build[nspl.Elems2[nspl.XYPlotArea, nspl.HeatmapLegend]]
-
def
stackedBarPlot(data: DataSource, legend: Seq[(Int, String, Colormap)], xCol: Int = 0, relative: Boolean = false, main: String = "", xlab: String = "", ylab: String = "", xnames: Seq[(Double, String)] = Seq(), ynames: Seq[(Double, String)] = Seq(), xlim: Option[(Double, Double)] = None, ylim: Option[(Double, Double)] = None, xLabFontSize: RelFontSize = 1 fts, yLabFontSize: RelFontSize = 1 fts, mainFontSize: RelFontSize = 1 fts, xNumTicks: Int = 4, yNumTicks: Int = 4, xAxisMargin: Double = 0.05, yAxisMargin: Double = 0.05, legendFontSize: RelFontSize = 1 fts, legendWidth: RelFontSize = 30 fts, xgrid: Boolean = true, ygrid: Boolean = true, xWidth: RelFontSize = 20 fts, yHeight: RelFontSize = 20 fts, frame: Boolean = true, xLabelRotation: Double = 0d, yLabelRotation: Double = 0d, xLabDistance: RelFontSize = 1.0 fts, yLabDistance: RelFontSize = 1.0 fts, mainLabDistance: RelFontSize = 1.0 fts): Build[nspl.Elems2[nspl.XYPlotArea, nspl.Legend]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
xyplot[F](data: (DataSource, List[DataRenderer], LegendConfig)*)(xlog: Boolean = false, ylog: Boolean = false, main: String = "", xlab: String = "", ylab: String = "", xnames: Seq[(Double, String)] = Seq(), ynames: Seq[(Double, String)] = Seq(), xlim: Option[(Double, Double)] = None, ylim: Option[(Double, Double)] = None, draw1Line: Boolean = false, extraLegend: Seq[(String, nspl.LegendElem)] = Nil, xLabFontSize: RelFontSize = 1 fts, yLabFontSize: RelFontSize = 1 fts, mainFontSize: RelFontSize = 1 fts, xNumTicks: Int = 4, yNumTicks: Int = 4, xAxisMargin: Double = 0.05, yAxisMargin: Double = 0.05, legendFontSize: RelFontSize = 1 fts, legendWidth: RelFontSize = 30 fts, xgrid: Boolean = true, ygrid: Boolean = true, xWidth: RelFontSize = 20 fts, yHeight: RelFontSize = 20 fts, frame: Boolean = true, xLabelRotation: Double = 0d, yLabelRotation: Double = 0d, origin: Option[(Double, Double)] = None, xCustomGrid: Boolean = false, yCustomGrid: Boolean = false, legendLayout: Layout = HorizontalStack(Center, 5d), xTickLength: RelFontSize = 0.4 fts, yTickLength: RelFontSize = 0.4 fts, xLineWidthFraction: Double = 1d, yLineWidthFraction: Double = 1d, xLineStartFraction: Double = 0d, yLineStartFraction: Double = 0d, topPadding: Double = 0d, bottomPadding: Double = 0d, leftPadding: Double = 0d, rightPadding: Double = 0d, xLabDistance: RelFontSize = 1.0 fts, yLabDistance: RelFontSize = 1.0 fts, mainLabDistance: RelFontSize = 1.0 fts)(implicit arg0: FC[F]): Build[nspl.Elems2[nspl.XYPlotArea, nspl.Legend]]
Inherited from AnyRef
Inherited from Any