olavolav / uniplot

Lightweight plotting to the terminal. 4x resolution via Unicode.
MIT License
343 stars 16 forks source link

Interactive mode display problem with line breaks #1

Open olavolav opened 3 years ago

olavolav commented 3 years ago

See screenshot:

Screen Shot 2020-08-17 at 14 41 25

olavolav commented 3 years ago

Actual fix would likely be to use the curses module.

olavolav commented 3 years ago

Another (partial) fix would be enforcing a hard limit on the number of characters per line, see discussion #10