Plot
Constructors
Functions
Properties
Extensions
export
Link 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
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
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 Plot.toPage(vararg headers: PlotlyHtmlFragment = arrayOf(cdnPlotlyHeader), config: PlotlyConfig = PlotlyConfig.empty(), title: String = "Plotly.kt", renderer: PlotlyRenderer = StaticPlotlyRenderer): PlotlyPage
Content copied to clipboard