padster / pyNeuroTrace

Python code for processing neural timeseries
https://padster.github.io/pyNeuroTrace/
Mozilla Public License 2.0
2 stars 2 forks source link

OSError on pyntViz.plotIntensity #5

Closed danielmk closed 2 months ago

danielmk commented 2 months ago

This issue is part of the review at https://github.com/openjournals/joss-reviews/issues/6877

I've tried going through the notebook. In the second executable cell I get the following error when calling _, _ = pyntViz.plotIntensity(rawTimeSeries, hz, title='Cal590 Raw Traces')

OSError: 'seaborn-dark-palette' is not a valid package style, path of style file, URL of style file, or library style name (library styles are listed in `style.available`)

I thought maybe installing seaborn could fix the issue but actually conda installing seaborn broke the pyneurotrace imports in the notebook.

Peter-Hogg commented 2 months ago

Matplotlib depreciated that color palette apparently. I can still use it by changing the name to 'seaborn-v0_8-dark-palette'. I've updated the viz module with other bugs and made a new release fixing this issue.