Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plotting multiple files #61

Open
FamkeBruggink opened this issue Feb 4, 2024 · 4 comments
Open

Plotting multiple files #61

FamkeBruggink opened this issue Feb 4, 2024 · 4 comments

Comments

@FamkeBruggink
Copy link

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
Copy link
Member

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

@PeterLombaers
Copy link
Member

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
Copy link
Author

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

@PeterLombaers
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants