Base Plot
Inheritors
Properties
Functions
Link copied to clipboard
open override fun saveToFile(fileName: String, directory: Path, plotTitle: String, extType: PlotIfc.ExtType): File
Link copied to clipboard
Opens up a browser window and shows the contents of the plot within the browser. A temporary file is created to represent the plot for display within the browser.
Link copied to clipboard
Returns an embeddable HTML fragment (<div> + inline <script>) for compositing into a larger HTML page. The Lets-Plot JS library must be loaded once in the enclosing page's <head> for the fragment to render correctly.