Skip to content

Commit 56770a6

Browse files
committed
fix: update require path
1 parent f140625 commit 56770a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/plot/lib

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
// MODULES //
3636

37-
var plot = require( '@stdlib/plot/ctor' );
37+
var plot = require( '@stdlib/plot/2d' );
3838

3939

4040
// EXPORTS //

0 commit comments

Comments
 (0)