Paul Brodersen

Results 119 comments of Paul Brodersen

That is exactly what I had in mind. The human config file would obviously be the default (thus keeping backwards compatibility) but then we could provide other config files and...

@raphaelvallat I can send you an example file, sure. I don't have a copy of sleepsign myself but I am meeting my collaborator early next week, and then I can...

@EtienneCmb Regarding the installation instructions, I would additionally note that if you want to use any of the `Sleep` functionality depending on MNE-python, that it makes sense to setup the...

Hi @EtienneCmb and @raphaelvallat, my work schedule is a bit less crazy the next couple of weeks so I am planning to fork out a day a week to work...

On the `dev` branch, 1) nodes can now have arbitrary shapes (specified by `matplotlib.path.Path` instances), and 2) edges connect precisely to their targets for arbitrary node shapes. This should allow...

Pull requests are always welcome but a minimum working example (including data) that results in an error would help me most. Then I can write some tests to prevent this...

Multi-graph support is already implemented on the dev branch. ```shell pip install https://github.com/paulbrodersen/netgraph/archive/dev.zip ``` Edge labels track edges as they should. ![Figure_1](https://github.com/paulbrodersen/netgraph/assets/8046146/2d91be42-424d-4433-92fd-e5eaaaff149b) ```python import numpy as np import matplotlib.pyplot as...

Just a heads up that it might still be some time until the next release (months, not days). This library is maintained by an army of one, and mostly only...

> It might be convenient if edge labels could take in string of an attribute to use. But it would only save 1 fairly short line of code so not...

Are you using an IDE such as pycharm or a notebook such as google colabs or jupyter?