Skip to content

Commit

Permalink
fix example code in README [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
daschw committed Feb 28, 2021
1 parent b6d0a94 commit 15f6e6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ sankey(
src, dst, weights;
node_labels=names,
node_colors=energy_colors,
edge_color="#789",
legend=:outerright,
fillalpha=1,
edge_color=:gradient,
label_position=:bottom,
label_size=7,
)
```
![](test/refs/readme_kwargs.png)
Expand Down

2 comments on commit 15f6e6b

@daschw
Copy link
Owner Author

@daschw daschw commented on 15f6e6b Feb 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/30961

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.1 -m "<description of version>" 15f6e6b724bc9e1bebe6e678b42f9c71268e4ad7
git push origin v0.1.1

Please sign in to comment.