Skip to content

Layout to new graph#299

Merged
fsoupimenta merged 7 commits into
mainfrom
296-layout-to-new-graph
May 11, 2023
Merged

Layout to new graph#299
fsoupimenta merged 7 commits into
mainfrom
296-layout-to-new-graph

Conversation

@fsoupimenta

Copy link
Copy Markdown
Member

Closes #296

@fsoupimenta fsoupimenta self-assigned this May 9, 2023

@atilaajones atilaajones left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Plotting is not working. I tried to plot the cycle graph, grid graph or another, but the plotting continues as spring. I don't think it is necessary to assign layout='spring' in MplCanvas, since this already happens in other calls.

Sometimes the program crashes when we try to create new graphs.

@fsoupimenta fsoupimenta requested a review from atilaajones May 9, 2023 22:22

@atilaajones atilaajones left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Triangular Lattice Graph is ploted out of screen, when m=5 and n=10.

image

In addition, I observed that I need to get some conditions right.

  • Cograph: typo "<"
  • Grid and Triangular: You have to check if the product mxn is less than 60, not each of them separately.

@fsoupimenta fsoupimenta requested a review from atilaajones May 11, 2023 00:55
@fsoupimenta fsoupimenta merged commit c310ad6 into main May 11, 2023
@fsoupimenta fsoupimenta deleted the 296-layout-to-new-graph branch May 11, 2023 02:06
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

Successfully merging this pull request may close these issues.

Layout to new graph

2 participants