maartenmennes / ICA-AROMA

ICA-AROMA Software Package: a data-driven method to identify and remove head motion-related artefacts from functional MRI data.
Apache License 2.0
91 stars 53 forks source link

Error call - matplotlib #27

Closed Virginiaconde closed 6 years ago

Virginiaconde commented 6 years ago

Hi there,

I'm trying to run ICA-AROMA from a server, and I'm encountering an issue when generating plots. This is the error call I get:

"Traceback (most recent call last): File "/ifs/loni/faculty/thompson/four_d/TBI_all/NTNU/data_analysis/ICA-AROMA-master/ICA_AROMA.py", line 226, in outDir) File "/ifs/loni/faculty/thompson/four_d/TBI_all/NTNU/data_analysis/ICA-AROMA-master/classification_plots.py", line 141, in classification_plot s=sizemarker) File "/usr/local/python-2.7.8/lib/python2.7/site-packages/matplotlib/axes/_axes.py", line 3635, in scatter collection.update(kwargs) File "/usr/local/python-2.7.8/lib/python2.7/site-packages/matplotlib/artist.py", line 757, in update raise AttributeError('Unknown property %s' % k) AttributeError: Unknown property data"

I have tried updating matplotlib, but I can only do it locally (with the --user tag) since I don't have sudo privileges and I cannot install / update anything globally on the server. This however didn't solve the issue. Does anyone know what else I could try to fix this?

I'm using python-2.7.8 which has matplotlib version 1.4.0. (the update was to 2.2.0 but done with the --user tag so I'm not sure it worked on the python install I'm using).

Thanks in advance!

Best wishes, Virginia