Skip to content
Don Jayamanne edited this page Aug 25, 2021 · 1 revision

stdlib (/ˈstændərd lɪb/ "standard lib") is a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing applications. The library provides a collection of robust, high performance libraries for mathematics, statistics, data processing, streams, and more and includes many of the utilities you would expect from a standard library.

Plots

Source for samples can be found here https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/plot/ctor/examples

  • To render plots in the notebook, just print the plot output using the html format. plot.render('html')

The output is an SVG and the notebook renderer automatically displays SVGs as an image (in this case the plot will be displayed as a visual image).

Screen Shot 2021-08-24 at 21 45 11

Home

Clone this wiki locally