final case class XY[T0, T1, T2, T3](x: List[T0], y: Opt[List[T1]] = Empty, name: String = generateRandomText, type: XYType = SCATTER, style: Opt[Style] = Blank, xaxis: Opt[Axis] = Blank, yaxis: Opt[Axis] = Blank, marker: Opt[Marker[T2, T3]] = Blank, hist_options: Opt[HistOptions] = Blank, hist2d_options: Opt[Hist2dOptions] = Blank, xerror: Opt[XError] = Blank, yerror: Opt[YError] = Blank, text: Opt[List[String]] = Empty)(implicit evidence$1: Serializer[T0], evidence$2: Serializer[T1], evidence$3: Color[T2], evidence$4: Color[T3]) extends Series with Product with Serializable
- x
: The data series for the first dimension.
- y
: The data series for the second dimension.
- name
: The name for the series.
- style
: This specifies the style for the marker.
- xaxis
: This specifies the xaxis that the series maps to.
- yaxis
: This specifies the yaxis that the series maps to.
- marker
: This is a Marker component that sets a range of marker-specific options.
- hist_options
: This is a HistOptions component that sets a range of histogram specific options
- hist2d_options
: This is a Hist2dOptions component that sets 2D histogram specific options.
- xerror
: This specifies the behaviour of the x error bar.
- yerror
: This specifies the behaviour of the y error bar.
- Alphabetic
- By Inheritance
- XY
- Serializable
- Product
- Equals
- Series
- Component
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new XY(x: List[T0], y: Opt[List[T1]] = Empty, name: String = generateRandomText, type: XYType = SCATTER, style: Opt[Style] = Blank, xaxis: Opt[Axis] = Blank, yaxis: Opt[Axis] = Blank, marker: Opt[Marker[T2, T3]] = Blank, hist_options: Opt[HistOptions] = Blank, hist2d_options: Opt[Hist2dOptions] = Blank, xerror: Opt[XError] = Blank, yerror: Opt[YError] = Blank, text: Opt[List[String]] = Empty)(implicit arg0: Serializer[T0], arg1: Serializer[T1], arg2: Color[T2], arg3: Color[T3])
- x
: The data series for the first dimension.
- y
: The data series for the second dimension.
- name
: The name for the series.
- style
: This specifies the style for the marker.
- xaxis
: This specifies the xaxis that the series maps to.
- yaxis
: This specifies the yaxis that the series maps to.
- marker
: This is a Marker component that sets a range of marker-specific options.
- hist_options
: This is a HistOptions component that sets a range of histogram specific options
- hist2d_options
: This is a Hist2dOptions component that sets 2D histogram specific options.
- xerror
: This specifies the behaviour of the x error bar.
- yerror
: This specifies the behaviour of the y error bar.
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 addAnnotations(new_text: String*): XY[T0, T1, T2, T3]
- def addAnnotations(new_text: List[String]): XY[T0, T1, T2, T3]
- def asBar(): XY[T0, T1, T2, T3]
- def asHistogram(): XY[T0, T1, T2, T3]
- def asHistogram2dContour(): XY[T0, T1, T2, T3]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asPIE(): XY[T0, T1, T2, T3]
- def asScatter(): XY[T0, T1, T2, T3]
- def asScatterGl(): XY[T0, T1, T2, T3]
- def asType(new_type: XYType): XY[T0, T1, T2, T3]
- val classification: String
- Definition Classes
- XY → Series
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def drawLines(): XY[T0, T1, T2, T3]
- def drawLinesMarkers(): XY[T0, T1, T2, T3]
- def drawLinesMarkersText(): XY[T0, T1, T2, T3]
- def drawLinesText(): XY[T0, T1, T2, T3]
- def drawMarkers(): XY[T0, T1, T2, T3]
- def drawMarkersText(): XY[T0, T1, T2, T3]
- def drawNone(): XY[T0, T1, T2, T3]
- def drawStyle(new_mode: Style): XY[T0, T1, T2, T3]
- def drawText(): XY[T0, T1, T2, T3]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val hist2d_options: Opt[Hist2dOptions]
- val hist_options: Opt[HistOptions]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val marker: Opt[Marker[T2, T3]]
- val name: String
- Definition Classes
- XY → 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 setAxes(new_xaxis: Axis, new_yaxis: Axis): XY[T0, T1, T2, T3]
- def setAxis(new_axis: Axis): XY[T0, T1, T2, T3]
- def setColor[Z](color: List[Z])(implicit arg0: Color[Z]): XY[T0, T1, Z, T3]
- def setColor[Z](color: Z)(implicit arg0: Color[Z]): XY[T0, T1, Z, T3]
- def setColorBar(title: String = "", title_side: Opt[Side] = Blank): XY[T0, T1, T2, T3]
- def setErrorBars(error: ErrorBar): XY[T0, T1, T2, T3]
- def setHist2dOptions(ncontours: Opt[Int] = Blank, reversescale: Opt[Boolean] = Opt(Option(true)), showscale: Opt[Boolean] = Blank): XY[T0, T1, T2, T3]
- def setHist2dOptions(new_hist2doption: Hist2dOptions): XY[T0, T1, T2, T3]
- def setHistOptions(orientation: Orientation = VERTICAL, cumulative: Opt[Cumulative] = Blank, histnorm: Opt[HistNorm] = Blank, histfunc: Opt[HistFunction] = Blank, xbins: Opt[Xbins] = Blank, ybins: Opt[Ybins] = Blank): XY[T0, T1, T2, T3]
- def setHistOptions(new_histoption: HistOptions): XY[T0, T1, T2, T3]
- def setMarker[Z0, Z1](symbol: Opt[SymbolShape] = Blank, color: Opt[List[Z0]] = Empty, line: Opt[Line[Z1]] = Blank, size: Opt[List[Int]] = Empty)(implicit arg0: Color[Z0], arg1: Color[Z1]): XY[T0, T1, Z0, Z1]
- def setMarker[Z0, Z1](new_marker: Marker[Z0, Z1])(implicit arg0: Color[Z0], arg1: Color[Z1]): XY[T0, T1, Z0, Z1]
- def setName(new_name: String): XY[T0, T1, T2, T3]
- Definition Classes
- XY → Series
- val style: Opt[Style]
- Definition Classes
- XY → Series
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val text: Opt[List[String]]
- val type: XYType
- 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: List[T0]
- val xaxis: Opt[Axis]
- val xerror: Opt[XError]
- val y: Opt[List[T1]]
- val yaxis: Opt[Axis]
- val yerror: Opt[YError]
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