implicit final
class
DataOps extends AnyVal
Instance Constructors
-
new
DataOps(data: Trace)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
val
data: Trace
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
def
plot(layout: Layout, div: String)(implicit publish: Publish[Evidence], ev: Evidence): String
-
def
plot(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, div: String = "")(implicit publish: Publish[Evidence], ev: Evidence): String
-
def
toString(): String
Inherited from AnyVal
Inherited from Any