Packages

o

playground

PlotTesting

object PlotTesting

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def barChart(): Plot

    Short form bar plot

  6. def boxPlot(): Plot
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  8. def colorTest(): Plot
  9. def coloredSurfacePlot(): Plot
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def fullScatter(): Plot
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def gridCNTest(): Plot
  15. def gridNNTest(): Plot
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def histogram(): Plot

    Short form histogram plot

  18. def histogram2(): Plot

    Short form histogram plot

  19. def histogramFromData(): Plot
  20. def histogramGrid(): Plot

    Short form grid of histogram plots

  21. def histogramSide(): Plot

    Short form histogram plot

  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val largeDim: Int
  24. def longForm(): Plot

    Long form - this example shows the general capabilities of the plot grid and adding multiple plots

  25. val medDim: Int
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. val numberFormat: String
  30. def performanceTest(): Plot
  31. def pressureTempPlot(): Plot
  32. val pubDim: Int
  33. def ringPlotGridBug(): Plot
  34. def rowOfDists(): Plot
  35. def saveToFile(): Unit
  36. def scatter1(): Plot

    Short form, single data examples

  37. def scatter2(): Plot

    Basic scatter plot with a large number of random points.

  38. def scatterGrid(): Plot
  39. def scatterLines(): Plot

    Scatter plots with points connected by lines.

  40. def scatterLogLog(): Plot

    Short form, single data with two log axes

  41. def scatterMultidata(): Plot

    Short form, multiple data example

  42. def scatterWithErrorBars(): Plot

    Scatter plot with error bars on the points.

  43. def scatterWithSizeandColor(): Plot

    Short form, function with color and size

  44. def simpleFull(): Plot
  45. val smallDim: Int
  46. def stackedCNTest(): Plot
  47. def stackedNNTest(): Plot
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. def violinPlot(): Plot
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. val xLabel: String
  55. val yLabel: String

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped