breeze.plot

Plot

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Plot()

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

  5. def +=(pl: Series): Plot

  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. lazy val chart: JFreeChart

    The JFreeChart for this plot

  10. def clone(): AnyRef

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

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

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

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

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

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

    Definition Classes
    Any
  17. def legend: Boolean

  18. def legend_=(show: Boolean): Unit

  19. def listen(l: Listener): Unit

  20. def logScaleX: Boolean

  21. def logScaleX_=(value: Boolean): Unit

  22. def logScaleY: Boolean

  23. def logScaleY_=(value: Boolean): Unit

  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. lazy val panel: ChartPanel

    The ChartPanel for this plot

  28. lazy val plot: XYPlot

    The JFreeChart plot object.

  29. def refresh(): Unit

  30. def setXAxisDecimalTickUnits(): Unit

  31. def setXAxisIntegerTickUnits(): Unit

  32. def setYAxisDecimalTickUnits(): Unit

  33. def setYAxisIntegerTickUnits(): Unit

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

    Definition Classes
    AnyRef
  35. def title: String

  36. def title_=(str: String): Unit

    The plot title

  37. def toString(): String

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

  39. final def wait(): Unit

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

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

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

  43. def xlabel: String

  44. def xlabel_=(label: String): Unit

  45. def xlim(lower: Double, upper: Double): Unit

    Sets the lower and upper bounds of the current plot.

  46. def xlim: (Double, Double)

  47. def xlim_=(lowerUpper: (Double, Double)): Unit

  48. def yaxis: NumberAxis

  49. def ylabel: String

  50. def ylabel_=(label: String): Unit

  51. def ylim(lower: Double, upper: Double): Unit

  52. def ylim: (Double, Double)

  53. def ylim_=(lowerUpper: (Double, Double)): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped