forked from JuliaGraphs/GraphPlot.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
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
update to 20211026 #3
Open
BCRARL
wants to merge
42
commits into
BCRARL:master
Choose a base branch
from
JuliaGraphs:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LightGraphs.out_degree is now LightGraphs.outdegree
Update README.md
Fix readme minor example errors.
Create version 0.4.3
Setup CompatHelper
Fix typo in shell_layout example
Fix for corner case where spread is zero
Update compose version
…0-12-18-00-57-34-140-297522366 CompatHelper: bump compat for "ArnoldiMethod" to "0.1"
Switch from travis to github ci
Update readme badges
Also remove version 0.2 for VisualRegressionTest dependency
…version Add version 1 for VisualRegressionTest dependency
Bump version to v0.4.4
Bump ColorTypes to "0.9, 0.10, 0.11"
Create test/Project.toml to resolve compat issues on Julia 1.3
remove mention of num_vertices and num_edges in the documentation
…mpat) (#152) Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Etienne dg <[email protected]>
* Improve Readme and docstring -distinguish args, kwargs -add missing kwargs * fix #166 clarify that Cairo is required to visualize in vscode * Fix #175 to enable plotting to html Checking for System OS was outdated * Document the use of gplothtml in README * Update open_file Now matches gadfly.jl (https://github.com/GiovineItalia/Gadfly.jl/blob/master/src/open_file.jl) * Minor changes: -allow gplothtml to accept same arguments as gplot -allow x/y-locs to be of different type (<: Real) * add TagBot to repo
* Improve Readme and docstring -distinguish args, kwargs -add missing kwargs * fix #166 clarify that Cairo is required to visualize in vscode * Fix #175 to enable plotting to html Checking for System OS was outdated * Document the use of gplothtml in README * Update open_file Now matches gadfly.jl (https://github.com/GiovineItalia/Gadfly.jl/blob/master/src/open_file.jl) * Minor changes: -allow gplothtml to accept same arguments as gplot -allow x/y-locs to be of different type (<: Real) * add TagBot to repo * Fix #172. set background color (`backgroundc` kwarg): and minor changes to plots.jl update README * add compose child object for background (instead of main level) * rename to `background_color` + add test * fixed #149 * support changing plot size (fixes #94, #147) uses Colorant.set_default_graphic_size * update default `plot_size` to Compose.jl default * Fix #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) * scale title margin with title font size * Fix #160 make self-loop edges curved behavior is regardless of the linetype * add padding option for margins -relevant for plots with curved self-loops and long node labels * Fix #154 Multiple dispatch was messing up because types were not specified for spring layout and `kws` not preceeded by `;` * update error msg * update background rectangle to cover padded area * add conversion to floats for input locations to avoid error when Ints are passed * use float instead of Float64 * add tests for layouts * update compat; remove ColorTypes * avoid unnecessary allocation if locs are already Floats Co-authored-by: Simon Schölly <[email protected]> * avoid allocation in gplot if locs are floats. fix typo * update ci.yml to julia 1.6 * bug fix * add `pad` kwarg to override indvidual paddings * make lines more robust when self-loops involved * remove deps to LinAlg and SparseArrays now that not needed for mixed edge styles. * remove using statements * Revert "remove deps to LinAlg and SparseArrays now that not needed for mixed edge styles." This reverts commit c391c55. * 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) * Change arrows to triangles. Fixes point 2 in #150 * update ref. images in tests for new arrow types * fixed bug in tests * -update locs type in gplot and spring_layout -update default plot_size to square plot * fix visualization of double sided arcs * fix bug when edge iterator passed to `graphline` * fix bug on edgelabels * closes #95 (add `saveplot`) also uses Reexport to export Measures * no need to use Reexport or Measures * make edge label in center (even for direted) * . * add interpolation functions for edge labels * fix #190 * add note on bezier curve interpolation --------- Co-authored-by: Simon Schölly <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.