set default scaling equal across all noise plots #48
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I would really like to see default scaling set equal across all noise plots. Sometimes people upload these plots and are mislead by the fact that the post filtered gyro looks noisier than prefiltered, because the scaling is not comparable across plots. I realize the colorbar is there to help, but for practical purposes, it's rather misleading at a glance, and it is currently not possible to really make a direct clear comparison even using the colorbar. By scaling them the same, the differences in density of yellow hot spots is a true representation of the differences. Even if this results are over saturated for the pre-filtered gyro (debug) condition, this cond mainly serves as a benchmark anyway.
It only requires a small change to line 398: lims=np.array([[1, 20],[1, 20], [1, 20], [0,meanspec_max*1.5]])
I think 1 to 20 is perfect across all. I think line 398 contains the default lims. Looks like it is set to detect the max value it sees for each axis and scale accordingly. Maybe there's a better way to just create another option called "equal-scaling" and make that default, and leave the current "auto" option if someone wants to input that.