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

Layered layout drawing algorithm #4743

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Apr 8, 2021

  1. WIP: copy-pasted and reviewed my existing code

    LUXEY Adrien committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    3e22aab View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. WIP: layered_layout works as expected (except edge cases);

    draw_netorkx_edges updated to draw edge paths;
    testing remains to do.
    LUXEY Adrien committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    c300778 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. cleanup

    LUXEY Adrien committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    755e785 View commit details
    Browse the repository at this point in the history
  2. removed global import of numpy, existing tests are pasing

    LUXEY Adrien committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    cf137e2 View commit details
    Browse the repository at this point in the history
  3. Removed all prints, made doctests fail

    	modifié :         drawing/layout.py
    LUXEY Adrien committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    faeee92 View commit details
    Browse the repository at this point in the history
  4. corrected some glitches and wrote tests

    LUXEY Adrien committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    975bc96 View commit details
    Browse the repository at this point in the history
  5. added test of a 30 nodes graph, resolved glitches by increasing compl…

    …exity
    LUXEY Adrien committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    689a50e View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. added documentation and release information

    LUXEY Adrien committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    2c74f3e View commit details
    Browse the repository at this point in the history
  2. added gallery example displaying layered_layout in action

    LUXEY Adrien committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    2bd9b73 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. removed unnecessary modifications & added a few comments to draw_netw…

    …orkx_edges
    LUXEY Adrien committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    5e24d33 View commit details
    Browse the repository at this point in the history