final case class XYZ[T0, T1, T2](x: Opt[List[T0]] = Empty, y: Opt[List[T1]] = Empty, z: List[T2], name: String = generateRandomText, type: XYZType = SCATTER3D, style: Opt[Style] = Blank, n: Opt[Int] = Blank, colorbar_options: Opt[ColorBar] = Blank)(implicit evidence$1: Serializer[T0], evidence$2: Serializer[T1], evidence$3: Serializer[T2]) extends Series with Product with Serializable
* A Series for a 3d chart.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- XYZ
- Serializable
- Product
- Equals
- Series
- Component
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new XYZ(x: Opt[List[T0]] = Empty, y: Opt[List[T1]] = Empty, z: List[T2], name: String = generateRandomText, type: XYZType = SCATTER3D, style: Opt[Style] = Blank, n: Opt[Int] = Blank, colorbar_options: Opt[ColorBar] = Blank)(implicit arg0: Serializer[T0], arg1: Serializer[T1], arg2: Serializer[T2])
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 asContour: XYZ[T0, T1, T2]
- def asHeatmap: XYZ[T0, T1, T2]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asScatter3d: XYZ[T0, T1, T2]
- def asSurface: XYZ[T0, T1, T2]
- def asType(new_type: XYZType): XYZ[T0, T1, T2]
- val classification: String
- Definition Classes
- XYZ → Series
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val colorbar_options: Opt[ColorBar]
- def drawLines: XYZ[T0, T1, T2]
- def drawLinesMarkers: XYZ[T0, T1, T2]
- def drawMarkers: XYZ[T0, T1, T2]
- def drawStyle(mode: Style): XYZ[T0, T1, T2]
- def drawTEXT: XYZ[T0, T1, T2]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val n: Opt[Int]
- val name: String
- Definition Classes
- XYZ → Series
- 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 productElementNames: Iterator[String]
- Definition Classes
- Product
- def setColorBar(title: String = "", title_side: Side = RIGHT_SIDE): XYZ[T0, T1, T2]
- def setName(new_name: String): XYZ[T0, T1, T2]
- Definition Classes
- XYZ → Series
- val style: Opt[Style]
- Definition Classes
- XYZ → Series
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val type: XYZType
- 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])
- val x: Opt[List[T0]]
- val y: Opt[List[T1]]
- val z: List[T2]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
This is the API documentation for Picta, a graphing library for Scala.
More detailed documentation about using the library can be found at https://acse-fk4517.github.io/picta-docs/.
Click on the following link to get started with the API docs: https://acse-fk4517.github.io/picta-docs/pages/api/org/carbonateresearch/picta/index.html