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

make self-loop edges curved (included in PR #186) #184

Closed
wants to merge 9 commits into from

Commits on Jul 27, 2022

  1. fixed JuliaGraphs#149

    hdavid16 committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    4c1f900 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Fix JuliaGraphs#107

    -Allow add title
    -Set title color and size
    -Set font family for entire plot
    -Remove unneded Compose objects (the ones with `nothing` as the arg)
    hdavid16 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    36a8005 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2f7079 View commit details
    Browse the repository at this point in the history
  3. Fix JuliaGraphs#160 make self-loop edges curved

    behavior is regardless of the linetype
    hdavid16 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    f1f2760 View commit details
    Browse the repository at this point in the history
  4. Fix JuliaGraphs#154

    Multiple dispatch was messing up because types were not specified for spring layout and `kws` not preceeded by `;`
    hdavid16 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    4f72c07 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    6a3eaeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a1002d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from hdavid16/add_title

    Add title
    hdavid16 authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    bbdc0d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2e7f22 View commit details
    Browse the repository at this point in the history