bycycle-tools / bycycle

Cycle-by-cycle analysis of neural oscillations.
https://bycycle-tools.github.io/
Apache License 2.0
82 stars 21 forks source link

ValueError: Unrecognized marker style None #145

Open davidglitvin opened 7 months ago

davidglitvin commented 7 months ago

If I run through the steps provided here for the "Cycle-by-cycle analysis of resting state data" tutorial on simulated data the plotting function bg[1].plot(xlim=(0, 10), figsize=(16, 3)) produces an error message stating "Unrecognized marker style None" and an incomplete figure (see attached). ByCycle Error I get the same error with my own data, or if I use the steps shown here. I also tried several generic fixes for matplotlib suggested on various boards. No luck so far. Any suggestions on how to deal with this? Any help would be much appreciated.

ryanhammonds commented 7 months ago

Hi, matplotlib update their API recently, see #144 for the fix. You could install from the main branch, rather than pypi. Or you could roll back you matplotlib version. I need to release the main branch on pypi soon - on my todo list for next week at the latest. Thanks!