Plot

org.nlogo.core.Plot
case class Plot(display: Option[String], x: Int, y: Int, width: Int, height: Int, oldSize: Boolean, xAxis: Option[String], yAxis: Option[String], xmin: Double, xmax: Double, ymin: Double, ymax: Double, autoPlotX: Boolean, autoPlotY: Boolean, legendOn: Boolean, setupCode: String, updateCode: String, pens: List[Pen]) extends Widget

Attributes

Source
Plot.scala
Graph
Supertypes
trait Product
trait Equals
trait Widget
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def convertSource(conversion: String => String): Plot

convertSource applies the given conversion to all code found in the widget.

convertSource applies the given conversion to all code found in the widget.

Attributes

Definition Classes
Source
Plot.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product