File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Build Status] ( https://travis-ci.org/ngfelixl/nodeplotlib.svg?branch=master )] ( https://travis-ci.org/ngfelixl/nodeplotlib )
4
4
[ ![ Coverage Status] ( https://coveralls.io/repos/github/ngfelixl/nodeplotlib/badge.svg?branch=master )] ( https://coveralls.io/github/ngfelixl/nodeplotlib?branch=master )
5
5
[ ![ npm version] ( https://badge.fury.io/js/nodeplotlib.svg )] ( https://badge.fury.io/js/nodeplotlib )
6
- [ ![ npm] ( https://img.shields.io/npm/dt/nodeplotlib.svg )] ( https://www.npmjs.com/package/nodeplotlib )
6
+ [ ![ npm] ( https://img.shields.io/npm/dt/nodeplotlib.svg )] ( https://npmjs.com/package/nodeplotlib )
7
+ [ ![ code style: prettier] ( https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square )] ( https://github.com/prettier/prettier )
7
8
[ ![ Gitter chat] ( https://badges.gitter.im/gitterHQ/gitter.png )] ( https://gitter.im/nodeplotlib/ )
8
9
9
10
Library to create top-notch plots directly within NodeJS on top of [ plotly.js] ( https://plot.ly/javascript/ )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nodeplotlib" ,
3
- "version" : " 0.4.1 " ,
3
+ "version" : " 0.4.2 " ,
4
4
"description" : " NodeJS frontend-less plotting lib using plotly.js inspired by matplotlib" ,
5
5
"main" : " dist/lib/index.js" ,
6
6
"types" : " dist/lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments