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
AnyRef, Any
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
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def legend: Boolean

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

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

    Permalink
  18. def logScaleX: Boolean

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

    Permalink
  20. def logScaleY: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. lazy val panel: ChartPanel

    Permalink

    The ChartPanel for this plot

  26. lazy val plot: XYPlot

    Permalink

    The JFreeChart plot object.

  27. def refresh(): Unit

    Permalink
  28. def setXAxisDecimalTickUnits(): Unit

    Permalink
  29. def setXAxisIntegerTickUnits(): Unit

    Permalink
  30. def setYAxisDecimalTickUnits(): Unit

    Permalink
  31. def setYAxisIntegerTickUnits(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  33. def title: String

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

    Permalink

    The plot title

  35. def toString(): String

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

    Permalink
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink
  41. def xlabel: String

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

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

    Permalink

    Sets the lower and upper bounds of the current plot.

  44. def xlim: (Double, Double)

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

    Permalink
  46. def yaxis: NumberAxis

    Permalink
  47. def ylabel: String

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

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

    Permalink
  50. def ylim: (Double, Double)

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped