object PlotTesting
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PlotTesting
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
barChart(): Plot
Short form bar plot
- def boxPlot(): Plot
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- def colorTest(): Plot
- def coloredSurfacePlot(): Plot
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def fullScatter(): Plot
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def gridCNTest(): Plot
- def gridNNTest(): Plot
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
histogram(): Plot
Short form histogram plot
-
def
histogram2(): Plot
Short form histogram plot
- def histogramFromData(): Plot
-
def
histogramGrid(): Plot
Short form grid of histogram plots
-
def
histogramSide(): Plot
Short form histogram plot
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val largeDim: Int
-
def
longForm(): Plot
Long form - this example shows the general capabilities of the plot grid and adding multiple plots
- val medDim: Int
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val numberFormat: String
- def performanceTest(): Plot
- def pressureTempPlot(): Plot
- val pubDim: Int
- def ringPlotGridBug(): Plot
- def rowOfDists(): Plot
- def saveToFile(): Unit
-
def
scatter1(): Plot
Short form, single data examples
-
def
scatter2(): Plot
Basic scatter plot with a large number of random points.
- def scatterGrid(): Plot
-
def
scatterLines(): Plot
Scatter plots with points connected by lines.
-
def
scatterLogLog(): Plot
Short form, single data with two log axes
-
def
scatterMultidata(): Plot
Short form, multiple data example
-
def
scatterWithErrorBars(): Plot
Scatter plot with error bars on the points.
-
def
scatterWithSizeandColor(): Plot
Short form, function with color and size
- def simpleFull(): Plot
- val smallDim: Int
- def stackedCNTest(): Plot
- def stackedNNTest(): Plot
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def violinPlot(): Plot
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val xLabel: String
- val yLabel: String