JeroenDelcour / tplot

A library for creating text-based graphs in the terminal
MIT License
167 stars 3 forks source link

Fix unstable X-axis label placement causing infinite loop warning #27

Closed JeroenDelcour closed 11 months ago

JeroenDelcour commented 11 months ago

Lowered the stepsize for stability and added extra check to make sure label anchors don't go out of bounds. Not sure if that last one is strictly necessary (the unit test reference plots didn't change), but the anchors were going out of bounds in intermediate steps in some situations.

Closes #26