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

Add requested features #186

Merged
merged 59 commits into from
May 12, 2024
Merged

Add requested features #186

merged 59 commits into from
May 12, 2024

Commits on Jul 21, 2022

  1. Improve Readme and docstring

    -distinguish args, kwargs
    -add missing kwargs
    hdavid16 committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    3368e89 View commit details
    Browse the repository at this point in the history
  2. fix JuliaGraphs#166

    clarify that Cairo is required to visualize in vscode
    hdavid16 committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    febb53b View commit details
    Browse the repository at this point in the history
  3. Fix JuliaGraphs#175 to enable plotting to html

    Checking for System OS was outdated
    hdavid16 authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    9bffdd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    080a1a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d32d07 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Minor changes:

    -allow gplothtml to accept same arguments as gplot
    -allow x/y-locs to be of different type (<: Real)
    hdavid16 committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    2c64095 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. add TagBot to repo

    hdavid16 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    222fb26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfcdf19 View commit details
    Browse the repository at this point in the history
  3. Fix JuliaGraphs#172. set background color (backgroundc kwarg):

    and minor changes to plots.jl
    update README
    hdavid16 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    14d62b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    8274db2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    074ce86 View commit details
    Browse the repository at this point in the history
  3. 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 Jul 28, 2022

  1. support changing plot size (fixes JuliaGraphs#94, JuliaGraphs#147)

    uses Colorant.set_default_graphic_size
    hdavid16 committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    4244133 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    8347d86 View commit details
    Browse the repository at this point in the history
  2. 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
  3. Configuration menu
    Copy the full SHA
    c2f7079 View commit details
    Browse the repository at this point in the history
  4. 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
  5. add padding option for margins

    -relevant for plots with curved self-loops and long node labels
    hdavid16 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    f0015ca View commit details
    Browse the repository at this point in the history
  6. 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
  5. Merge pull request #4 from hdavid16/self-loops-curve

    Fix JuliaGraphs#160 make self-loop edges curved
    hdavid16 authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    4c16357 View commit details
    Browse the repository at this point in the history
  6. update error msg

    hdavid16 committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    37e7b81 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    68cbd0a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #5 from hdavid16/set_size

    Set size
    hdavid16 authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    935aae9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    04fa157 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #7 from hdavid16/background_color

    Background color
    hdavid16 authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    3366a89 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    af16ff1 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    c16f8ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb074d9 View commit details
    Browse the repository at this point in the history
  3. add tests for layouts

    hdavid16 committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    905f710 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    9aafb86 View commit details
    Browse the repository at this point in the history
  2. avoid unnecessary allocation if locs are already Floats

    Co-authored-by: Simon Schölly <sischoel@gmail.com>
    hdavid16 and simonschoelly authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    26cdd26 View commit details
    Browse the repository at this point in the history
  3. avoid allocation in gplot if locs are floats.

    fix typo
    hdavid16 committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    a7c7b11 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. update ci.yml to julia 1.6

    hdavid16 committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    d3fbc96 View commit details
    Browse the repository at this point in the history
  2. bug fix

    hdavid16 committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    d6c10c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    29f9eb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37ee922 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    c391c55 View commit details
    Browse the repository at this point in the history
  2. remove using statements

    hdavid16 committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    b86848e View commit details
    Browse the repository at this point in the history
  3. Revert "remove deps to LinAlg and SparseArrays now that not needed fo…

    …r mixed edge styles."
    
    This reverts commit c391c55.
    hdavid16 committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    efb5e05 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. fix bug

    when node size uses Width units and padding is used, the arrow ends get thrown off (instead, replace Compose.w with 2.4 (unit box width) to make sure that the right size is used regardless of the padding)
    hdavid16 committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    ee69de0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cb2399 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98f7d3e View commit details
    Browse the repository at this point in the history
  4. fixed bug in tests

    hdavid16 committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    d9716fc View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. -update locs type in gplot and spring_layout

    -update default plot_size to square plot
    hdavid16 committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    419655a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f9ca82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    788cc5e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. fix bug on edgelabels

    hdavid16 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    f44fd7b View commit details
    Browse the repository at this point in the history
  2. closes JuliaGraphs#95 (add saveplot)

    also uses Reexport to export Measures
    hdavid16 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    db61499 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8a608d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    75ec07f View commit details
    Browse the repository at this point in the history
  2. .

    hdavid16 committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    9bb185c View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    3bafc1c View commit details
    Browse the repository at this point in the history
  2. fix JuliaGraphs#190

    hdavid16 committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    d117fc2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8 from hdavid16/edge_label_middle

    Edge label middle
    hdavid16 authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    7fdcb3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    246eab6 View commit details
    Browse the repository at this point in the history