Skip to content

Commit 55f5020

Browse files
committed
Add basic example
1 parent 5bcb4df commit 55f5020

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/plot/hist/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/plot/hist/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @example
2727
* var Histogram = require( '@stdlib/plot/hist' );
2828
*
29-
* TODO
29+
* var hist = new Histogram();
3030
*/
3131

3232
// MODULES //

0 commit comments

Comments
 (0)