Skip to content

Commit ab55990

Browse files
committed
Revert value of renderer
1 parent cfe8bdc commit ab55990

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/math/stats/lowess/examples

lib/node_modules/@stdlib/math/stats/lowess/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ var h = plot( [ x, out.x ], [ y, out.y ] );
4545
h.lineStyle = [ 'none', '-' ];
4646
h.symbols = [ 'closed-circle', 'none' ];
4747

48-
h.view( 'window' );
48+
h.view( 'stdout' );

0 commit comments

Comments
 (0)