Commit Graph

7 Commits

Author SHA1 Message Date
Matus Telgarsky
ac2b494401 util::make_graph lower_limit parameter
None is now a choice for lower_limit and upper_limit as well, so that
the graph can scale as before.

For cpu_usage_graph and network, rather than exposing lower_limit
in the interface, 0.0 is used as a default, since it is already
used implicitly when choosing colors.
2015-01-28 19:48:16 -05:00
Matus Telgarsky
82db7a87a2 more braille styles (ideas from drawille)
added 'braille-peak' and 'braille-snake'.  'braille-peak'
renders only the top point, and 'braille-snake' fills some in.

I should have stressed earlier that I only got the braille drawing ideas
after coming across drawille ( https://github.com/asciimoo/drawille ).
2015-01-28 16:54:42 -05:00
Matus Telgarsky
49d2f3bb0a braille graph option 2015-01-27 15:10:26 -05:00
enkore
69a62726f4 PEP 8 (I'm bored): cpu_usage_graph 2014-10-14 16:35:22 +02:00
enkore
eeeb629e98 Nicer doc markup 2014-10-12 11:35:44 +02:00
facetoe
d14e7ddadc Documented dependencies on the PyPI colour module. 2014-10-11 18:54:12 +08:00
facetoe
aa349c8ba9 Added module for graphing cpu usage. 2014-10-11 16:03:13 +08:00