You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, there is nothing in asciigraf that can do this. I've seen a few different things around the web that could be used to cobble something together (e.g. https://pypi.org/project/grandalf/ seems to be a pure-python layout tool, but doesn't have the part about rendering the layout in ascii)
if we were to add support for this, i think there are a few important considerations
there are a lot of different graphs, so we'd probably want some different layout algorithms
asciigraf is currently very much cross-platform, so we'd ideally want a graph layout algorithm that is also cross-platform
Is it possible to use this library to generate ASCII graphs from a NetworkX graph object?
The text was updated successfully, but these errors were encountered: