Skip to content

Commit 002230a

Browse files
committed
Update pyplot.sc
1 parent ab75bbf commit 002230a

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

pyplot.sc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@
4747
(py-import 'matplotlib.pyplot)))
4848

4949

50-
(define *plot (py-get plt 'plot))
51-
(define *show (py-get plt 'show))
52-
53-
(define plt-plot (py-func *plot))
54-
(define plt-show (py-func *show))
50+
(define plt-plot (py-func plt 'plot))
51+
(define plt-show (py-func plt 'show))
5552

5653
)

0 commit comments

Comments
 (0)