viziphant
viziphant copied to clipboard
Visualization of electrophysiological data from Elephant
This PR moves Vizipahnt from setup.py to pyproject.toml, aligning with PEP 518. Key changes include: - Introduction of `pyproject.toml` - removed `setup.py`, since it is no longer required See also:...
Looking into the code for the `rasterplot_rates` function, the computation of the population histogram uses the `matplotlib` `hist` function (lines 465 and 469 of `rasterplot.py`). It would be useful to...
The `plot_patterns` function apparently only works for synchronous patterns, but not when there is a lag between the spikes. The code below illustrates that ``` import numpy as np import...
**Description:** This pull request introduces enhancements to the `plot_ue` function in `viziphant.unitary_event_analysis` module. **Changes:** - Trial Object Support: The `plot_ue` function has been modified to accept Trials objects directly. -...