Plot

org.nlogo.plot.Plot
See thePlot companion object
class Plot extends PlotInterface, Serializable

Attributes

Companion
object
Source
Plot.scala
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def addPen(p: PlotPen): Unit

Attributes

Source
Plot.scala

Attributes

Source
Plot.scala

Attributes

Source
Plot.scala

Attributes

Source
Plot.scala
def beginHistogram(pen: PlotPen, bars: Array[Int]): Unit

Attributes

Source
Plot.scala
def clear(): Unit

Attributes

Source
Plot.scala
def createPlotPen(name: String, temporary: Boolean): PlotPen

Attributes

Source
Plot.scala
def createPlotPen(name: String, temporary: Boolean, setupCode: String, updateCode: String): PlotPen

Attributes

Source
Plot.scala
override def currentPen: Option[PlotPen]

Attributes

Definition Classes
Source
Plot.scala

Attributes

Source
Plot.scala
def currentPenByName_=(penName: String): Unit

Attributes

Source
Plot.scala

Attributes

Source
Plot.scala

Attributes

Source
Plot.scala

Attributes

Source
Plot.scala
def defaultAutoPlotX_=(defaultAutoPlotX: Boolean): Unit

Attributes

Source
Plot.scala

Attributes

Source
Plot.scala
def defaultAutoPlotY_=(defaultAutoPlotY: Boolean): Unit

Attributes

Source
Plot.scala

Attributes

Source
Plot.scala
def defaultXMax_=(defaultXMax: Double): Unit

Attributes

Source
Plot.scala

Attributes

Source
Plot.scala
def defaultXMin_=(defaultXMin: Double): Unit

Attributes

Source
Plot.scala

Attributes

Source
Plot.scala
def defaultYMax_=(defaultYMax: Double): Unit

Attributes

Source
Plot.scala

Attributes

Source
Plot.scala
def defaultYMin_=(defaultYMin: Double): Unit

Attributes

Source
Plot.scala

Attributes

Source
Plot.scala
def getPen(penName: String): Option[PlotPen]

Attributes

Source
Plot.scala

Attributes

Source
Plot.scala
def makeDirty(): Unit

Attributes

Source
Plot.scala
def name(newName: String): Unit

Attributes

Source
Plot.scala

Attributes

Source
Plot.scala
def pens: List[PlotPen]

Attributes

Source
Plot.scala
def pens_=(pens: List[PlotPen]): Unit

Attributes

Source
Plot.scala

Attributes

Source
Plot.scala
override def plot(y: Double): Unit

Attributes

Definition Classes
Source
Plot.scala
override def plot(x: Double, y: Double): Unit

Attributes

Definition Classes
Source
Plot.scala
def plot(pen: PlotPen, y: Double): Unit

Attributes

Source
Plot.scala
def plot(pen: PlotPen, x: Double, y: Double): Unit

Attributes

Source
Plot.scala

Attributes

Source
Plot.scala
def saveString: String

Attributes

Source
Plot.scala
def setHistogramNumBars(pen: PlotPen, numBars: Int): Unit

Attributes

Source
Plot.scala
def setPlotListener(plotListener: PlotListener): Unit

Attributes

Source
Plot.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
Plot.scala
def xMax: Double

Attributes

Source
Plot.scala
def xMin: Double

Attributes

Source
Plot.scala
def yMax: Double

Attributes

Source
Plot.scala
def yMin: Double

Attributes

Source
Plot.scala

Concrete fields

Attributes

Source
Plot.scala

Attributes

Source
Plot.scala

Attributes

Source
Plot.scala

Attributes

Source
Plot.scala

Attributes

Source
Plot.scala
var name: String

Attributes

Source
Plot.scala

Attributes

Source
Plot.scala

Attributes

Source
Plot.scala

Attributes

Source
Plot.scala

Attributes

Source
Plot.scala

Attributes

Source
Plot.scala

Attributes

Source
Plot.scala