| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2017-03-10 | 428 Bytes | |
| v1.2.2.tar.gz | 2017-03-10 | 100.6 kB | |
| v1.2.2.zip | 2017-03-10 | 129.9 kB | |
| Totals: 3 Items | 230.9 kB | 0 | |
Add support for same-value lines
Fixes a bug where same-value datasets (eg. [0, 0, 0, 0, 0]) would crash.
The fix assumes that if all values are the same, the line will run along the bottom of the available space. This is not an ideal fix for all cases; a future version will allow for greater customization. See the discussion in [#9] for more information.
Special thanks to @Mattasher for discovering this bug!