Maxime Lucas
Maxime Lucas
Further discussion on this can be found in #202. I think we kind of agreed (https://github.com/xgi-org/xgi/pull/202#issuecomment-1297309094) that the final solution should: > 1. the docs of H.nodes and H.edges should...
Bumping this up after our conversation today.
The left plot is the current default, and you're suggesting to set the right one as the new default, right? I agree with Thomas on this: > In this case...
Do you mean that you would like the -1 to be rescaled to a positive value? I feel like any negative value for a node size is wrong and should...
Yea we can probably do that. My feeling is that I would probably rather visualize that by having colored nodes with a diverging colormap to visualize positive and negative values....
> Is this the case? I don't remember honestly. Do we know what the use-case would be?
Standardizing docstrings sound like a good idea
I thought briefly about this. I think I would have the return type to be "one order", but not having a default order. So the user would be forced to...
Something like that seems good yes. I'm just thinking it might look a bit funny implementation-wise with functions looking like: ```python def measure(order): if isinstance(order, int): # compute single order...
Thanks @arashbm ! We'll have a look. We also have the plan to move than function to `random` and rename it `fast_random_hypergraph` and have it deal with both uniform and...