From 9a660928b78cc74f753bf9cba5718171c775d0e3 Mon Sep 17 00:00:00 2001 From: Felix Lemke Date: Sun, 23 Sep 2018 11:27:22 +0200 Subject: [PATCH] Added animation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d456e03..bc3a10a 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ plot(data); If ES5 use `require()` instead of `import`. +![Howto animation](https://github.com/ngfelixl/nodeplotlib/blob/master/img/animation.gif) + ### Details Since Python provides with matplotlib a library for spawning plot windows, NodeJS isn't by default. But there are awesome plotting libraries for usage in front-end. So this lib targets people like scientists who easily want to create beautiful plots in a time-saving way.