object Layout extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Layout
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(title: Option[String], legend: Option[Legend], width: Option[Int], height: Option[Int], showlegend: Option[Boolean], xaxis: Option[Axis], yaxis: Option[Axis], xaxis1: Option[Axis], xaxis2: Option[Axis], xaxis3: Option[Axis], xaxis4: Option[Axis], yaxis1: Option[Axis], yaxis2: Option[Axis], yaxis3: Option[Axis], yaxis4: Option[Axis], barmode: Option[BarMode], autosize: Option[Boolean], margin: Option[Margin], annotations: Option[Seq[Annotation]], plot_bgcolor: Option[Color], paper_bgcolor: Option[Color], font: Option[Font], bargap: Option[Double], bargroupgap: Option[Double], hovermode: Option[HoverMode], boxmode: Option[BoxMode], scene: Option[Scene], dragmode: Option[String], shapes: Option[Seq[Shape]], grid: Option[Grid]): Layout
- def apply(title: Option[String], legend: Option[Legend], width: Option[Int], height: Option[Int], showlegend: Option[Boolean], xaxis: Option[Axis], yaxis: Option[Axis], xaxis1: Option[Axis], xaxis2: Option[Axis], xaxis3: Option[Axis], xaxis4: Option[Axis], yaxis1: Option[Axis], yaxis2: Option[Axis], yaxis3: Option[Axis], yaxis4: Option[Axis], barmode: Option[BarMode], autosize: Option[Boolean], margin: Option[Margin], annotations: Option[Seq[Annotation]], plot_bgcolor: Option[Color], paper_bgcolor: Option[Color], font: Option[Font], bargap: Option[Double], bargroupgap: Option[Double], hovermode: Option[HoverMode], boxmode: Option[BoxMode], scene: Option[Scene], dragmode: Option[String], shapes: Option[Seq[Shape]]): Layout
- def apply(title: Option[String], legend: Option[Legend], width: Option[Int], height: Option[Int], showlegend: Option[Boolean], xaxis: Option[Axis], yaxis: Option[Axis], xaxis1: Option[Axis], xaxis2: Option[Axis], xaxis3: Option[Axis], xaxis4: Option[Axis], yaxis1: Option[Axis], yaxis2: Option[Axis], yaxis3: Option[Axis], yaxis4: Option[Axis], barmode: Option[BarMode], autosize: Option[Boolean], margin: Option[Margin], annotations: Option[Seq[Annotation]], plot_bgcolor: Option[Color], paper_bgcolor: Option[Color], font: Option[Font], bargap: Option[Double], bargroupgap: Option[Double], hovermode: Option[HoverMode], boxmode: Option[BoxMode], scene: Option[Scene]): Layout
- def apply(): Layout
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Deprecated Value Members
- def apply(title: String = null, legend: Legend = null, width: Integer = null, height: Integer = null, showlegend: Boolean = null, xaxis: Axis = null, yaxis: Axis = null, xaxis1: Axis = null, xaxis2: Axis = null, xaxis3: Axis = null, xaxis4: Axis = null, yaxis1: Axis = null, yaxis2: Axis = null, yaxis3: Axis = null, yaxis4: Axis = null, barmode: BarMode = null, autosize: Boolean = null, margin: Margin = null, annotations: Seq[Annotation] = null, plot_bgcolor: Color = null, paper_bgcolor: Color = null, font: Font = null, bargap: Double = null, bargroupgap: Double = null, hovermode: HoverMode = null, boxmode: BoxMode = null, scene: Scene = null): Layout
- Annotations
- @deprecated
- Deprecated
(Since version 0.8.0) Use Layout() and chain-call .with* methods on it instead