Rick Lupton

Results 36 issues of Rick Lupton

See example: https://github.com/ricklupton/floweaver/issues/21 I wonder if the problem is the `R -> L` link which is positioned at the bottom of the node, where the self-link should be?

Currently, it works fine if we do all the layout on a new graph, OR the graph is supplied with `nodePositions` set. But it's difficult to do little bits. For...

If `links` includes duplicates as far as (source, target, type) is concerned, the later links aren't processed -- and you then get errors if you try to render them

- Clone the repository - Installing test dependencies (using pipenv?) - Installing floweaver in test environment (if needed) - How to run the tests

We want a gallery of real-world examples of uses of floWeaver! If you have used it, please tell us about it. The best way of contributing your example is to...

docs
good first bug
mozsprint

It's an easy mistake to make, but just gives a generic KeyError.

enhancement
good first bug
better-errors

When a Bundle has the same source and target, you need to specify which flows to include. - [ ] Explain this in the docs - [ ] Make the...

docs
mozsprint

We need explicit examples of how to save Sankey diagrams as png/svg for further processing. There is an example in [the quickstart tutorial (cell 8)](https://floweaver.readthedocs.io/en/latest/tutorials/quickstart.html) but it's not obvious. @coenraadwestbroek...

docs
mozsprint

Using floWeaver with larger datasets can slow down a bit. We haven't profiled this properly yet. I'll write more about how to do this, but if anyone would like to...