0.1.21 • Published 10 months ago

@nicholaswmin/console-plot v0.1.21

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

test-workflow

console.plot

ASCII-terminal plotter

wraps asciichart

Install

npm i --save @nicholaswmin/console-plot

Usage

import console from '@nicholaswmin/console'

const arrays = {
  foo: [1,2,4,4,5,5,4,3,6,7,8,12,16,14,14,13,13,12,10,12,13,13,13,14,14,14,15],
  bar: [1,3,5,5,7,12,12,12,12,10,8,12,10,10,9,10,9,10,12,12,12,12,12,15,12,12]
}

console.plot(arrays, {
  title: 'data timeline',
  subtitle: 'Location: Okinawa, Japan',
  height: 15,
  width: 120
})

logs:

data timeline

-- foo  -- bar

240.00 ┤                                                                                   ╭─────────────── 
233.50 ┤                                                                                 ╭─╯                
227.00 ┤                                                                               ╭─╯                  
220.50 ┤                                                                            ╭──╯                    
214.00 ┤                                                                          ╭─╯                       
207.50 ┤                                                                        ╭─╯                         
201.00 ┤                                                                      ╭─╯                           
194.50 ┤                                                                   ╭──╯                             
188.00 ┤                                   ╭──╮                          ╭─╯                                
181.50 ┤                                ╭──╯  ╰──╮                     ╭─╯                                  
175.00 ┼────╮                        ╭──╯        ╰──╮                ╭─╯                                    
168.50 ┼────╰─────╮────────────────╭─╯──────────────╰──╮─────────────╯                                      
162.00 ┤          ╰─╮           ╭──╯                   ╰─────────────────────────────────────────╮          
155.50 ┤            ╰───╮   ╭───╯                                                                ╰──╮       
149.00 ┤                ╰───╯                                                                       ╰─╮     
142.50 ┤                                                                                              ╰──╮  
136.00 ┤                                                                                                 ╰─ 

- Location: Okinawa, Japan
- last: 100 items

Test

npm test 

Authors

@nicholaswmin

License

MIT-0 License

0.1.21

10 months ago