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

[Bug]: Flexplot - only allow 2 variables in the input boxes? #2750

Closed
3 tasks done
JohnnyDoorn opened this issue May 28, 2024 · 5 comments · Fixed by jasp-stats/jaspDescriptives#290
Closed
3 tasks done
Assignees
Labels
Bug: High Bugs that are negatively affecting the area of the program, but don't need immediate fix. Module: jaspVisualModeling OS: macOS Silicon

Comments

@JohnnyDoorn
Copy link

JASP Version

Others

Commit ID

jasp-stats/jasp-desktop@1ad17d3

JASP Module

Visual Modeling

What analysis are you seeing the problem on?

Flexplot

What OS are you seeing the problem on?

macOS Silicon

Bug Description

Flexplot doesn't use 3rd variables in the two assignment boxes (paneled and independent), or maybe there are some cases where it does? It also gives an error sometimes:
image

Expected Behaviour

Limit the number of variables, which could also help with some errors I think

Steps to Reproduce

  1. specify a 3rd variable in any of the boxes

...

Log (if any)

change ext to .jasp
flexplotexample.zip

Final Checklist

  • I have included a screenshot showcasing the issue, if possible.
  • I have included a JASP file (zipped) or data file that causes the crash/bug, if applicable.
  • I have accurately described the bug, and steps to reproduce it.
@tomtomme tomtomme added Bug: Medium Bugs that don't influence the basic function of the app, but it's better to fix them at some point. and removed Bug labels May 28, 2024
@dustinfife
Copy link

Flexplot shouldn't allow a third paneled variable.

@JohnnyDoorn
Copy link
Author

Are there cases where it can handle a third independent variable? There it also seems that the limit is/should be 2.

@boutinb
Copy link
Contributor

boutinb commented May 30, 2024

You can add maxRows: 2 in the VariablesList to prevent from having more than 2 variables.

@tomtomme
Copy link
Member

tomtomme commented Jun 19, 2024

@dustinfife
Can you clarify?
Limit for paneled variable = 2
Limit for independent var = 2

correct?
At least it seems so from what I see here:

grafik

A third IV seems to be ignored.

@tomtomme tomtomme added Bug: High Bugs that are negatively affecting the area of the program, but don't need immediate fix. and removed Bug: Medium Bugs that don't influence the basic function of the app, but it's better to fix them at some point. labels Jun 19, 2024
@JohnnyDoorn
Copy link
Author

I'll add it to the qml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug: High Bugs that are negatively affecting the area of the program, but don't need immediate fix. Module: jaspVisualModeling OS: macOS Silicon
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants