Replies: 1 comment 2 replies
-
It looks like adding a Textual wrapper for Plottext is planned - see #3029 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any pattern so far for graphing things in textual? I've been playing around with another library to create graphs, but I suspect that there are terminal codes that aren't completely compatible. For instance:
Using https://github.com/piccolomo/plotext.
This leads to a... strange looking graph. Interestingly, if I add width: 500 to the css, it displays the graph correctly, with a few straggling lines off to the side. (Wrapping it in a Rich Text was an attempt to get it to work, but has the same result)
Has anyone had any luck with this or a similar library for graphing?
With no width:

With width: 500

I've played around with the different options as well as I think I can, but can't quite get it to display like I hope it would.
Maybe there are other libraries that might work better?
Beta Was this translation helpful? Give feedback.
All reactions