Skip to content

Commit

Permalink
Update toml and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-f committed Oct 29, 2024
1 parent 8071515 commit 4dc6ca0
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 9 deletions.
10 changes: 4 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LayeredLayouts = "f4a74d36-062a-4d48-97cd-1356bad1de4e"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
Graphs = "1.5"
LayeredLayouts = "0.2.4"
MetaGraphs = "0.7"
Plots = "1, 2"
RecipesBase = "1"
Graphs = "1.10"
LayeredLayouts = "0.2.10"
MetaGraphs = "0.8"
Plots = "1.35"
julia = "1"

[extras]
Expand Down
5 changes: 2 additions & 3 deletions src/SankeyPlots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module SankeyPlots

using LayeredLayouts
using Plots
using RecipesBase
using Graphs, MetaGraphs
using SparseArrays

Expand Down Expand Up @@ -37,8 +36,8 @@ In addition to [Plots.jl attributes](http://docs.juliaplots.org/latest/attribute
label_position=:inside,
label_size=8,
compact=false,
force_layer::Vector{Pair{Int,Int}}=Vector{Pair{Int,Int}}(),
force_order::Vector{Pair{Int,Int}}=Vector{Pair{Int,Int}}(),
force_layer=Vector{Pair{Int,Int}}(),
force_order=Vector{Pair{Int,Int}}(),
)
g = sankey_graph(s.args...)
names = sankey_names(g, node_labels)
Expand Down
Binary file modified test/refs/edge_color_#789.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/refs/edge_color_dst.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/refs/edge_color_manual.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/refs/edge_color_src.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/refs/force_layer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/refs/force_order.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/refs/label_position_bottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/refs/label_position_left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/refs/label_position_node.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/refs/label_position_right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/refs/label_position_top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/refs/readme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/refs/readme_kwargs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4dc6ca0

Please sign in to comment.