-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Closed
Copy link
Description
JASP Version
0.19.3
Commit ID
No response
JASP Module
Descriptives
What analysis are you seeing the problem on?
Customizable Plots -> Frequency Plots -> Density
What OS are you seeing the problem on?
Linux
Bug Description
In a data set of over 100 records, if I do a minor change for one record then JASP radically changes the appearance of the density plot - it looks completely different than before (well, not completely but the gaps have changed radically)
Compare the following plots:
Expected Behaviour
JASP updates the density plot but it will look very similar to the previous one because only one of the over 100 records were changed and the change was only minor
Steps to Reproduce
GIVEN
- there is a data file with over 100 records Test_Int1_before.csv
- there is a scale variable in the data file that holds integer data in range 1 to 10 (no floats)
- the user has loaded the data file into JASP
- the user chooses Customizable Plots -> Frequency Plots -> Density
- JASP shows a density plot that has a lot of gaps
WHEN
- the user changes the value for only one (!) record e.g. from an 8 to a 7 -> see Test_Int1_after.csv and the diff: Test_Int1_diff.txt
THEN
- JASP radically changes the density plot - it looks different than before
Log (if any)
No response
More Debug Information
No response
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.

