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
Members list
In this article