final class Layout extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Layout
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Layout()
- new Layout(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])
- new Layout(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]])
- new Layout(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])
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
- val annotations: Option[Seq[Annotation]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val autosize: Option[Boolean]
- val bargap: Option[Double]
- val bargroupgap: Option[Double]
- val barmode: Option[BarMode]
- val boxmode: Option[BoxMode]
- def canEqual(obj: Any): Boolean
- Definition Classes
- Layout → Equals
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val dragmode: Option[String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: Any): Boolean
- Definition Classes
- Layout → Equals → AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val font: Option[Font]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val grid: Option[Grid]
- def hashCode(): Int
- Definition Classes
- Layout → AnyRef → Any
- val height: Option[Int]
- val hovermode: Option[HoverMode]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val legend: Option[Legend]
- val margin: Option[Margin]
- 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()
- val paper_bgcolor: Option[Color]
- val plot_bgcolor: Option[Color]
- def productArity: Int
- Definition Classes
- Layout → Product
- def productElement(n: Int): Any
- Definition Classes
- Layout → Product
- def productElementName(n: Int): String
- Definition Classes
- Layout → Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- Layout → Product
- val scene: Option[Scene]
- val shapes: Option[Seq[Shape]]
- val showlegend: Option[Boolean]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val title: Option[String]
- def toString(): String
- Definition Classes
- Layout → 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()
- val width: Option[Int]
- def withAnnotations(annotations: Seq[Annotation]): Layout
- def withAnnotations(annotations: Option[Seq[Annotation]]): Layout
- def withAutosize(autosize: Boolean): Layout
- def withAutosize(autosize: Option[Boolean]): Layout
- def withBargap(bargap: Double): Layout
- def withBargap(bargap: Option[Double]): Layout
- def withBargroupgap(bargroupgap: Double): Layout
- def withBargroupgap(bargroupgap: Option[Double]): Layout
- def withBarmode(barmode: BarMode): Layout
- def withBarmode(barmode: Option[BarMode]): Layout
- def withBoxmode(boxmode: BoxMode): Layout
- def withBoxmode(boxmode: Option[BoxMode]): Layout
- def withDragmode(dragmode: String): Layout
- def withDragmode(dragmode: Option[String]): Layout
- def withFont(font: Font): Layout
- def withFont(font: Option[Font]): Layout
- def withGrid(grid: Grid): Layout
- def withGrid(grid: Option[Grid]): Layout
- def withHeight(height: Int): Layout
- def withHeight(height: Option[Int]): Layout
- def withHovermode(hovermode: HoverMode): Layout
- def withHovermode(hovermode: Option[HoverMode]): Layout
- def withLegend(legend: Legend): Layout
- def withLegend(legend: Option[Legend]): Layout
- def withMargin(margin: Margin): Layout
- def withMargin(margin: Option[Margin]): Layout
- def withPaper_bgcolor(paper_bgcolor: Color): Layout
- def withPaper_bgcolor(paper_bgcolor: Option[Color]): Layout
- def withPlot_bgcolor(plot_bgcolor: Color): Layout
- def withPlot_bgcolor(plot_bgcolor: Option[Color]): Layout
- def withScene(scene: Scene): Layout
- def withScene(scene: Option[Scene]): Layout
- def withShapes(shapes: Seq[Shape]): Layout
- def withShapes(shapes: Option[Seq[Shape]]): Layout
- def withShowlegend(showlegend: Boolean): Layout
- def withShowlegend(showlegend: Option[Boolean]): Layout
- def withTitle(title: String): Layout
- def withTitle(title: Option[String]): Layout
- def withWidth(width: Int): Layout
- def withWidth(width: Option[Int]): Layout
- def withXaxis(xaxis: Axis): Layout
- def withXaxis(xaxis: Option[Axis]): Layout
- def withXaxis1(xaxis1: Axis): Layout
- def withXaxis1(xaxis1: Option[Axis]): Layout
- def withXaxis2(xaxis2: Axis): Layout
- def withXaxis2(xaxis2: Option[Axis]): Layout
- def withXaxis3(xaxis3: Axis): Layout
- def withXaxis3(xaxis3: Option[Axis]): Layout
- def withXaxis4(xaxis4: Axis): Layout
- def withXaxis4(xaxis4: Option[Axis]): Layout
- def withYaxis(yaxis: Axis): Layout
- def withYaxis(yaxis: Option[Axis]): Layout
- def withYaxis1(yaxis1: Axis): Layout
- def withYaxis1(yaxis1: Option[Axis]): Layout
- def withYaxis2(yaxis2: Axis): Layout
- def withYaxis2(yaxis2: Option[Axis]): Layout
- def withYaxis3(yaxis3: Axis): Layout
- def withYaxis3(yaxis3: Option[Axis]): Layout
- def withYaxis4(yaxis4: Axis): Layout
- def withYaxis4(yaxis4: Option[Axis]): Layout
- val xaxis: Option[Axis]
- val xaxis1: Option[Axis]
- val xaxis2: Option[Axis]
- val xaxis3: Option[Axis]
- val xaxis4: Option[Axis]
- val yaxis: Option[Axis]
- val yaxis1: Option[Axis]
- val yaxis2: Option[Axis]
- val yaxis3: Option[Axis]
- val yaxis4: Option[Axis]