asreview / asreview-insights

Tools such as plots and metrics to analyze (simulated) reviews for ASReview LAB
https://www.asreview.ai
Apache License 2.0
28 stars 13 forks source link

Plotting multiple files #61

Open FamkeBruggink opened 8 months ago

FamkeBruggink commented 8 months ago

When trying to plot multiple files in one plot, the following error presents itself: ValueError: Plotting multiple project files via the CLI is not supported yet.

I am unsure why and how to fix this.

Rensvandeschoot commented 8 months ago

Have you tried running the simulation via makita? https://github.com/asreview/asreview-makita

PeterLombaers commented 8 months ago

Hey @FamkeBruggink . I think you might be using an old version of asreview-insights. You could try to update your version using pip install -U asreview-insights and then try to create the plot again.

FamkeBruggink commented 8 months ago

@PeterLombaers Sadly that is not the issue, I just upgraded it and the same error occurs.

PeterLombaers commented 8 months ago

What is the output you get when you do pip freeze on the command line? This should give you a list of version numbers of all python packages. And what do you get when you do python --version?

Old versions of asreview-insights were not able to plot multiple project files, but the recent versions can do that. So this error is only present in an old version. We just have to figure out why your computer is using the old version.