Skip to content
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

Closed
schloegl opened this issue Sep 27, 2016 · 4 comments
Closed

Graphs and Network functions #586

schloegl opened this issue Sep 27, 2016 · 4 comments

Comments

@schloegl
Copy link

Are there any plans to include functions for Graphs and Networks ?

@jaycech3n
Copy link
Contributor

I do plan to implement more graph and combinatorics functions eventually, but I doubt this will happen before the 1.0 release.

@sn6uv
Copy link
Member

sn6uv commented Sep 27, 2016

Also worth mentioning @poke1024 has been working on adding some of the necessary pieces for graphs, see #469, #470. I agree, I don't think anything will make it into the release. However, a few people are interested in this so I imagine support will be added at some point.

@poke1024
Copy link
Contributor

I did some basic stuff for graphs here: https://github.com/poke1024/Mathics/tree/graph, and it's actually not that bad:

graph1
graph2

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.

@GarkGarcia
Copy link
Contributor

This was addressed in a PR by @poke1024 which was recently merged (couldn't find the link for the PR).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants