object ScatterPlot extends TransformWorldToScreen
- Alphabetic
- By Inheritance
- ScatterPlot
- TransformWorldToScreen
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- case class ScatterPlotRenderer[T <: Datum2d[T]](data: Seq[T], pointRenderer: PointRenderer[T]) extends PlotRenderer with Product with Serializable
- type Transformer = (Double) => Double
- Definition Classes
- TransformWorldToScreen
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
- def apply[T <: Datum2d[T]](data: Seq[T], pointRenderer: Option[PointRenderer[T]] = None, xBoundBuffer: Option[Double] = None, yBoundBuffer: Option[Double] = None)(implicit theme: Theme): Plot
Create a scatter plot from some data.
Create a scatter plot from some data.
- data
The points to plot.
- pointRenderer
A function to create a Drawable for each point to plot.
- returns
A Plot representing a scatter plot.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def createTransformers(yBounds: Bounds, xBounds: Bounds, extent: Extent): ((Double) => Double, (Double) => Double)
- Definition Classes
- TransformWorldToScreen
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- def series(data: Seq[Point], name: Drawable, color: Color, pointSize: Option[Double], boundBuffer: Option[Double])(implicit theme: Theme): Plot
Create a scatter plot with the specified name and color.
Create a scatter plot with the specified name and color.
- data
The points to plot.
- name
The name of this series.
- color
The color of the points in this series.
- pointSize
The size of points in this series.
- boundBuffer
Extra padding to add to bounds as a fraction.
- def series(data: Seq[Point], name: String, color: Color, pointSize: Option[Double] = None, boundBuffer: Option[Double] = None)(implicit theme: Theme): Plot
Create a scatter plot with the specified name and color.
Create a scatter plot with the specified name and color.
- data
The points to plot.
- name
The name of this series.
- color
The color of the points in this series.
- pointSize
The size of points in this series.
- boundBuffer
Extra padding to add to bounds as a fraction.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def transformDatumToWorld[T <: Datum2d[T]](point: T, xtransformer: Transformer, ytransformer: Transformer): T
- Definition Classes
- TransformWorldToScreen
- def transformDatumsToWorld[T <: Datum2d[T]](data: Seq[T], xtransformer: Transformer, ytransformer: Transformer): Seq[T]
- Definition Classes
- TransformWorldToScreen
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def xCartesianTransformer(xBounds: Bounds, extent: Extent): (Double) => Double
- Definition Classes
- TransformWorldToScreen
- def yCartesianTransformer(yBounds: Bounds, extent: Extent): (Double) => Double
- Definition Classes
- TransformWorldToScreen
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.