Zheng Liu

Results 4 issues of Zheng Liu

I ran the code in http://visbrain.org/auto_examples/gui_brain/03_sources.html#sphx-glr-auto-examples-gui-brain-03-sources-py, and no text shown. ![image](https://user-images.githubusercontent.com/65115609/108453847-42747c80-72a6-11eb-8bec-a362af47537e.png) When I used SourceObj and set the parameter ```text```, also no text.

Hi, this is my code ``` import pyvista as pv from pyvistaqt import BackgroundPlotter p = BackgroundPlotter(show=False) p.show() ``` I set the BackgroundPlotter ```show=False```, according to the doc, after I...

Hi, is there any way that I could take a screenshot of the signals, also could set DPI for it?

enhancement

Hi, in epilepsy, Epileptogenicity Index(EI) in this [paper](https://pubmed.ncbi.nlm.nih.gov/18556663/) is as important as HFOs. I noticed that calculation of EI hasn't been implemented in Python, only in MATLAB-based software AnyWave, the...