textual icon indicating copy to clipboard operation
textual copied to clipboard

Is it possible for any sort of support for graph?

Open wey-gu opened this issue 3 years ago • 1 comments

Like https://observablehq.com/@d3/temporal-force-directed-graph in the browser(but relatively pixelated/in low-resolution), I realized it's not as practical(pixel density) as web browsers and I couldn't even draw that properly in http://asciiflow.com/, but just would like to ask, in case you have more ideas :D.

Great job on textual and rich! Thanks!

wey-gu avatar May 30 '22 02:05 wey-gu

Not currently, but we would like to support plots. The graph in your URL should be possible with braille "bitmaps" although it obviously wouldn't look as slick.

willmcgugan avatar May 30 '22 19:05 willmcgugan

Did we solve your problem?

Glad we could help!

github-actions[bot] avatar Oct 25 '22 09:10 github-actions[bot]

Using this since I'm also interested in drawing within textual. I want to do a X/Y plot with interactive widgets. So some primitives (line, circle, pixel) would be needed.

Is there maybe a recommended 3rd party library which has proven to integrate nicely with textual?

heeplr avatar Feb 15 '23 21:02 heeplr