Packages

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.

Linear Supertypes
Serializable, Product, Equals, Series, Component, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XY
  2. Serializable
  3. Product
  4. Equals
  5. Series
  6. Component
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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

  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. def addAnnotations(new_text: String*): XY[T0, T1, T2, T3]
  5. def addAnnotations(new_text: List[String]): XY[T0, T1, T2, T3]
  6. def asBar(): XY[T0, T1, T2, T3]
  7. def asHistogram(): XY[T0, T1, T2, T3]
  8. def asHistogram2dContour(): XY[T0, T1, T2, T3]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def asPIE(): XY[T0, T1, T2, T3]
  11. def asScatter(): XY[T0, T1, T2, T3]
  12. def asScatterGl(): XY[T0, T1, T2, T3]
  13. def asType(new_type: XYType): XY[T0, T1, T2, T3]
  14. val classification: String
    Definition Classes
    XY → Series
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  16. def drawLines(): XY[T0, T1, T2, T3]
  17. def drawLinesMarkers(): XY[T0, T1, T2, T3]
  18. def drawLinesMarkersText(): XY[T0, T1, T2, T3]
  19. def drawLinesText(): XY[T0, T1, T2, T3]
  20. def drawMarkers(): XY[T0, T1, T2, T3]
  21. def drawMarkersText(): XY[T0, T1, T2, T3]
  22. def drawNone(): XY[T0, T1, T2, T3]
  23. def drawStyle(new_mode: Style): XY[T0, T1, T2, T3]
  24. def drawText(): XY[T0, T1, T2, T3]
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. val hist2d_options: Opt[Hist2dOptions]
  28. val hist_options: Opt[HistOptions]
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. val marker: Opt[Marker[T2, T3]]
  31. val name: String
    Definition Classes
    XY → Series
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. def productElementNames: Iterator[String]
    Definition Classes
    Product
  36. def setAxes(new_xaxis: Axis, new_yaxis: Axis): XY[T0, T1, T2, T3]
  37. def setAxis(new_axis: Axis): XY[T0, T1, T2, T3]
  38. def setColor[Z](color: List[Z])(implicit arg0: Color[Z]): XY[T0, T1, Z, T3]
  39. def setColor[Z](color: Z)(implicit arg0: Color[Z]): XY[T0, T1, Z, T3]
  40. def setColorBar(title: String = "", title_side: Opt[Side] = Blank): XY[T0, T1, T2, T3]
  41. def setErrorBars(error: ErrorBar): XY[T0, T1, T2, T3]
  42. def setHist2dOptions(ncontours: Opt[Int] = Blank, reversescale: Opt[Boolean] = Opt(Option(true)), showscale: Opt[Boolean] = Blank): XY[T0, T1, T2, T3]
  43. def setHist2dOptions(new_hist2doption: Hist2dOptions): XY[T0, T1, T2, T3]
  44. 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]
  45. def setHistOptions(new_histoption: HistOptions): XY[T0, T1, T2, T3]
  46. 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]
  47. def setMarker[Z0, Z1](new_marker: Marker[Z0, Z1])(implicit arg0: Color[Z0], arg1: Color[Z1]): XY[T0, T1, Z0, Z1]
  48. def setName(new_name: String): XY[T0, T1, T2, T3]
    Definition Classes
    XY → Series
  49. val style: Opt[Style]
    Definition Classes
    XY → Series
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. val text: Opt[List[String]]
  52. val type: XYType
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. val x: List[T0]
  57. val xaxis: Opt[Axis]
  58. val xerror: Opt[XError]
  59. val y: Opt[List[T1]]
  60. val yaxis: Opt[Axis]
  61. val yerror: Opt[YError]

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Series

Inherited from Component

Inherited from AnyRef

Inherited from Any

Ungrouped