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

Graph labeling problems #9

Closed
samuello4 opened this issue Feb 11, 2020 · 5 comments
Closed

Graph labeling problems #9

samuello4 opened this issue Feb 11, 2020 · 5 comments

Comments

@samuello4
Copy link

Is it possible to define a customized graph labeling that the label of a vertex is sum of the weights of incident edges and visualize the induced label by the size of the vertices?

Moreover, I would like to know some basics information about a graph, such as eccentricity of a vertex, edge-cut, spanning tree of a graph.

Is there any tools/ script can solve these problems?

@applecool
Copy link
Member

applecool commented Feb 12, 2020

Currently, we don't offer any tools/scripts to solve the graph problems. If you would like to implement your own. You can find several online tutorials of graph algorithms on how to solve such problems.

@samuello4
Copy link
Author

I would like to create a Phylogeny Tree Diagram in ArcGIS Insights? How can I achieve it?
Is it possible to create non-bipartite graphs in Insights?

@applecool
Copy link
Member

@samuello4 We currently support Link charts and Link Maps here

Phylogeny Tree Diagrams are not a part of the current native Insights visualizations. But you can create them using any external libraries in Python using the Scripting environment. I found a few libraries like BioPython , DendroPy . Or even better in R using phytools or phylogram or ggtree

@samuello4
Copy link
Author

Thank you so much for your kind assistance and prompt reply.
May I know whether the charts created by python/R script are interactive in insights or not?

@applecool
Copy link
Member

Hey @samuello4 - If the chart created in the scripting environment is interactive like a plotly lib graph, then it will be interactive when you add it as a card to the Insights page. If it is a static SVG image chart like something generated from matplotlib, then it will be a static image.

Note: These interactive charts or graphs which you create from the Python/R libraries do not work with the native selection interactions of Insights.

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

No branches or pull requests

2 participants