implicit final class TraceOps extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TraceOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TraceOps(trace: Trace)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def plot(path: String = "./plot.html", 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, useCdn: Boolean = true, openInBrowser: Boolean = true, addSuffixIfExists: Boolean = true): Unit
- def plot(path: String, layout: Layout, useCdn: Boolean, openInBrowser: Boolean, addSuffixIfExists: Boolean): Unit
-
def
toString(): String
- Definition Classes
- Any
- val trace: Trace