asreview-insights
asreview-insights copied to clipboard
Plotting multiple files
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.
Have you tried running the simulation via makita? https://github.com/asreview/asreview-makita
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.
@PeterLombaers Sadly that is not the issue, I just upgraded it and the same error occurs.
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.