Textualize / textual-plotext

A Textual widget wrapper library for Plotext
MIT License
113 stars 5 forks source link

Address a problem with plots' sizes appearing to cap at their last `clf` #6

Closed davep closed 1 year ago

davep commented 1 year ago

This is more of a workaround than a full-on fix, because what I'm doing here doesn't 100% make sense. This will need more diving into the Plotext code to really figure out what's going on, and I suspect the workaround is working around how we're trying to make a singleton/repl tool behave in a very different environment. But this makes the plots more responsive and stable and appears to have no unintended consequences.