-
Notifications
You must be signed in to change notification settings - Fork 41
stdlib
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.
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).
Home