-
-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graphs and Network functions #586
Comments
I do plan to implement more graph and combinatorics functions eventually, but I doubt this will happen before the 1.0 release. |
I did some basic stuff for graphs here: https://github.com/poke1024/Mathics/tree/graph, and it's actually not that bad: The problem, though, is visualization of text, namely exact positioning and sizing that works in the classic and the Jupyter kernels. Which brings us to #516 and #486, which are both interrelated and are both sort of necessary groundwork to get text output working to render graphs. |
This was addressed in a PR by @poke1024 which was recently merged (couldn't find the link for the PR). |
Are there any plans to include functions for Graphs and Networks ?
The text was updated successfully, but these errors were encountered: