Closed lebinh closed 7 years ago
So that you have this
$ ./termgraph.py ex1.dat ------------------------------------ Reading data from ex1.dat ------------------------------------ 2011: ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 509 2012: ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 212 2014: ▏ 1
instead of
$ ./termgraph.py ex1.dat ------------------------------------ Reading data from ex1.dat ------------------------------------ 2011: ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 509 2012: ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 212 2014: | 1
Notice the 2014 line.
Thanks!
So that you have this
instead of
Notice the 2014 line.