MCPcopy Index your code
hub / github.com/javascriptdata/danfojs / violin

Method violin

src/danfojs-base/plotting/index.ts:117–120  ·  view source on GitHub ↗

* Plot Series or DataFrame as violinplot. * Uses Plotly library as backend, so supports Plotly's configuration parameters * @param plotConfig configuration options for making Plots, supports Plotly.js Config and Layout parameters.

(plotConfig?: PlotConfigObject)

Source from the content-addressed store, hash-verified

115 * @param plotConfig configuration options for making Plots, supports Plotly.js Config and Layout parameters.
116 */
117 violin(plotConfig?: PlotConfigObject) {
118 const _plotConfig = this.getPlotConfig(plotConfig);
119 violinPlot(this.ndframe, this.divId, _plotConfig, Plotly);
120 }
121
122 /**
123 * Plot Series or DataFrame as table.

Callers

nothing calls this directly

Calls 2

getPlotConfigMethod · 0.95
violinPlotFunction · 0.85

Tested by

no test coverage detected