Package space. kscience. plotly
Types
DownloadImgOpts
Link copied to clipboard
external interface DownloadImgOpts
Content copied to clipboard
OrcaFormat
Link copied to clipboard
PlotlyConfig
Link copied to clipboard
PlotlyFragment
Link copied to clipboard
class PlotlyFragment(render: FlowContent.(renderer: PlotlyRenderer) -> Unit)
Content copied to clipboard
PlotlyHtmlFragment
Link copied to clipboard
PlotlyPage
Link copied to clipboard
data class PlotlyPage(headers: Collection<PlotlyHtmlFragment>, fragment: PlotlyFragment, title: String, renderer: PlotlyRenderer)
Content copied to clipboard
PlotlyRenderer
Link copied to clipboard
interface PlotlyRenderer
Content copied to clipboard
ResourceLocation
Link copied to clipboard
StaticPlotlyRenderer
Link copied to clipboard
UnstablePlotlyAPI
Link copied to clipboard
annotation class UnstablePlotlyAPI
Content copied to clipboard
UnsupportedPlotlyAPI
Link copied to clipboard
annotation class UnsupportedPlotlyAPI
Content copied to clipboard
Functions
createPlotFrom
Link copied to clipboard
display
Link copied to clipboard
fun Plotly.display(pageBuilder: FlowContent.(renderer: PlotlyRenderer) -> Unit)
Content copied to clipboard
export
Link copied to clipboard
fragment
Link copied to clipboard
fun Plotly.fragment(content: FlowContent.(renderer: PlotlyRenderer) -> Unit): PlotlyFragment
Content copied to clipboard
histogram2d
Link copied to clipboard
histogram2dcontour
Link copied to clipboard
inline fun Plot.histogram2dcontour(block: Histogram2DContour.() -> Unit): Histogram2DContour
Content copied to clipboard
localCssHeader
Link copied to clipboard
fun localCssHeader(basePath: Path, cssPath: Path, resource: String): PlotlyHtmlFragment
Content copied to clipboard
localScriptHeader
Link copied to clipboard
fun localScriptHeader(basePath: Path, scriptPath: Path, resource: String): PlotlyHtmlFragment
Content copied to clipboard
makeFile
Link copied to clipboard
fun Plot.makeFile(path: Path? = null, show: Boolean = true, resourceLocation: ResourceLocation = ResourceLocation.LOCAL, config: PlotlyConfig = PlotlyConfig())
Content copied to clipboard
fun PlotlyFragment.makeFile(path: Path? = null, show: Boolean = true, title: String = "Plotly.kt", resourceLocation: ResourceLocation = ResourceLocation.LOCAL, additionalHeaders: List<PlotlyHtmlFragment> = emptyList())
Content copied to clipboard
The same as Plot.makeFile.
page
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
Content copied to clipboard
plot
Link copied to clipboard
inline fun <ERROR CLASS><HTMLElement>.plot(plotlyConfig: PlotlyConfig = PlotlyConfig(), plotBuilder: Plot.() -> Unit)
Content copied to clipboard
inline fun Element.plot(plotlyConfig: PlotlyConfig = PlotlyConfig(), plotBuilder: Plot.() -> Unit)
Content copied to clipboard
fun FlowContent.plot(plotId: String? = null, config: PlotlyConfig = PlotlyConfig(), renderer: PlotlyRenderer = StaticPlotlyRenderer, builder: Plot.() -> Unit): Plot
Content copied to clipboard
fun FlowContent.plot(plot: Plot, plotId: String = plot.toString(), config: PlotlyConfig = PlotlyConfig(), renderer: PlotlyRenderer = StaticPlotlyRenderer): Plot
Content copied to clipboard
fun Element.plot(plot: Plot, plotlyConfig: PlotlyConfig = PlotlyConfig())
Content copied to clipboard
plus
Link copied to clipboard
operator fun PlotlyHtmlFragment.plus(other: PlotlyHtmlFragment): PlotlyHtmlFragment
Content copied to clipboard
selectFile
Link copied to clipboard
toHTML
Link copied to clipboard
fun Plot.toHTML(vararg headers: PlotlyHtmlFragment = arrayOf(cdnPlotlyHeader), config: PlotlyConfig = PlotlyConfig()): String
Content copied to clipboard
toJsonString
Link copied to clipboard
toPage
Link copied to clipboard
fun PlotlyFragment.toPage(vararg headers: PlotlyHtmlFragment = arrayOf(cdnPlotlyHeader), title: String = "Plotly.kt", renderer: PlotlyRenderer = StaticPlotlyRenderer): PlotlyPage
Content copied to clipboard
fun Plot.toPage(vararg headers: PlotlyHtmlFragment = arrayOf(cdnPlotlyHeader), config: PlotlyConfig = PlotlyConfig.empty(), title: String = "Plotly.kt", renderer: PlotlyRenderer = StaticPlotlyRenderer): PlotlyPage
Content copied to clipboard
updatePlotFrom
Link copied to clipboard
Properties
cdnBootstrap
Link copied to clipboard
cdnPlotlyHeader
Link copied to clipboard
mathJaxHeader
Link copied to clipboard