Plotly Page
data class PlotlyPage(headers: Collection<PlotlyHtmlFragment>, fragment: PlotlyFragment, title: String, renderer: PlotlyRenderer)
Content copied to clipboard
A complete page including headers and title
Constructors
PlotlyPage
Link copied to clipboard
fun PlotlyPage(headers: Collection<PlotlyHtmlFragment>, fragment: PlotlyFragment, title: String = "Plotly.kt", renderer: PlotlyRenderer = StaticPlotlyRenderer)
Content copied to clipboard
Functions
Properties
fragment
Link copied to clipboard
headers
Link copied to clipboard
renderer
Link copied to clipboard
Extensions
makeFile
Link copied to clipboard