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

Sankey plot #466

Merged
merged 12 commits into from
Dec 17, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add to release notes
  • Loading branch information
mabudz committed Dec 17, 2020
commit 8d7df87fb7d1ed8858c52b4dc35d0eaddb2a55db
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -20,6 +20,7 @@ to warn of the future change.

## Individual updates

- [#466](https://github.com/IAMconsortium/pyam/pull/466) Add a `sankey()`function to create sankey diagrams
- [#461](https://github.com/IAMconsortium/pyam/pull/461) Add list of authors to repo and docs pages
- [#459](https://github.com/IAMconsortium/pyam/pull/459) Add a `get_variable_components()` function to retrieve or join variable components
- [#458](https://github.com/IAMconsortium/pyam/pull/458) Enable `Path` for IamDataFrame initialization
2 changes: 1 addition & 1 deletion pyam/figures.py
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ def sankey(df, mapping):

.. code-block:: python

{
{
variable: (source, target),
}