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

Method hist

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

* Plot Series or DataFrame as histogram. * 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

85 * @param plotConfig configuration options for making Plots, supports Plotly.js Config and Layout parameters.
86 */
87 hist(plotConfig?: PlotConfigObject) {
88 const _plotConfig = this.getPlotConfig(plotConfig);
89 histPlot(this.ndframe, this.divId, _plotConfig, Plotly);
90 }
91
92 /**
93 * Plot Series or DataFrame as pie.

Callers

nothing calls this directly

Calls 2

getPlotConfigMethod · 0.95
histPlotFunction · 0.85

Tested by

no test coverage detected