Plotly

object Plotly

A namespace for utility functions

Properties

Link copied to clipboard
Link copied to clipboard
const val PLOTLY_CDN: String
Link copied to clipboard
const val VERSION: String

Functions

Link copied to clipboard
fun Plotly.display(pageBuilder: FlowContent.(renderer: PlotlyRenderer) -> Unit)
Link copied to clipboard
fun Plotly.fragment(content: FlowContent.(renderer: PlotlyRenderer) -> Unit): PlotlyFragment
Link copied to clipboard
fun Plotly.page(vararg headers: PlotlyHtmlFragment = arrayOf(cdnPlotlyHeader), title: String = "Plotly.kt", renderer: PlotlyRenderer = StaticPlotlyRenderer, content: FlowContent.(renderer: PlotlyRenderer) -> Unit): PlotlyPage

Create a complete page including plots

Link copied to clipboard
inline fun plot(block: Plot.() -> Unit): Plot