Trait

org.nspl

SimplePlots

Related Doc: package nspl

Permalink

trait SimplePlots extends AnyRef

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def binnedboxplot(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): XYPlot

    Permalink
  6. def boxplot(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): BoxPlot

    Permalink
  7. def boxplotFromLabels[T](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]): BoxPlot

    Permalink
  8. def boxplotImpl(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): BoxPlot

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def contourplot(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): XYPlot

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def rasterplot(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): RasterPlot

    Permalink
  21. 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, axisMargin: 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): XYPlot

    Permalink
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def xyplot(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, axisMargin: 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): XYPlot

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped