Class/Object

breeze.plot

Plot

Related Docs: object Plot | package plot

Permalink

class Plot extends AnyRef

Maintains a set of series (or more strictly, the data from those series) and the necessary JFreeChart stuff to plot them.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Plot
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Plot()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ++=(pl: TraversableOnce[Series]): Plot

    Permalink
  4. def +=(pl: Series): Plot

    Permalink
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. lazy val chart: JFreeChart

    Permalink

    The JFreeChart for this plot

  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def legend: Boolean

    Permalink
  15. def legend_=(show: Boolean): Unit

    Permalink
  16. def listen(l: Listener): Unit

    Permalink
  17. def logScaleX: Boolean

    Permalink
  18. def logScaleX_=(value: Boolean): Unit

    Permalink
  19. def logScaleY: Boolean

    Permalink
  20. def logScaleY_=(value: Boolean): Unit

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. lazy val panel: ChartPanel

    Permalink

    The ChartPanel for this plot

  25. lazy val plot: XYPlot

    Permalink

    The JFreeChart plot object.

  26. def refresh(): Unit

    Permalink
  27. def setXAxisDecimalTickUnits(): Unit

    Permalink
  28. def setXAxisIntegerTickUnits(): Unit

    Permalink
  29. def setYAxisDecimalTickUnits(): Unit

    Permalink
  30. def setYAxisIntegerTickUnits(): Unit

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def title: String

    Permalink
  33. def title_=(str: String): Unit

    Permalink

    The plot title

  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. def unlisten(l: Listener): Unit

    Permalink
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def xaxis: NumberAxis

    Permalink
  40. def xlabel: String

    Permalink
  41. def xlabel_=(label: String): Unit

    Permalink
  42. def xlim(lower: Double, upper: Double): Unit

    Permalink

    Sets the lower and upper bounds of the current plot.

  43. def xlim: (Double, Double)

    Permalink
  44. def xlim_=(lowerUpper: (Double, Double)): Unit

    Permalink
  45. def yaxis: NumberAxis

    Permalink
  46. def ylabel: String

    Permalink
  47. def ylabel_=(label: String): Unit

    Permalink
  48. def ylim(lower: Double, upper: Double): Unit

    Permalink
  49. def ylim: (Double, Double)

    Permalink
  50. def ylim_=(lowerUpper: (Double, Double)): Unit

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped