You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am trying to change the groupings of Scatterplots, but it is always necessary to use spiltAll() in between the groupings to get the result I would expect. Is this intended or a bug?
In the Arrangement section we choose index and Update arrangement on grouping
In the Group By section We click Group while having decade selected.
We select month instead of decade and press Group again
(if we keep repeating steps 2 and 3 no changes occur anymore)
This leads to a different outcome than if we do the following.
In the Arrangement section we choose index and Update arrangement on grouping
In the Group By section We click Group while having decade selected.
We click on the Split All Button
We select month instead of decade and press Group
A video of the behaviour in the mentioned example:
2021-06-02.11-27-48.mp4
Similar problem in our Project where we change the cluster numbers but only the correct clusters are shown after pressing a button to perform a SplitAll()
Hello,
I am trying to change the groupings of Scatterplots, but it is always necessary to use spiltAll() in between the groupings to get the result I would expect. Is this intended or a bug?
Observed behavior
Similarly also in the Global Surface Temperature Ridge Plots (SVG)
the following use case can be found:
Steps to reproduce
(if we keep repeating steps 2 and 3 no changes occur anymore)
This leads to a different outcome than if we do the following.
A video of the behaviour in the mentioned example:
2021-06-02.11-27-48.mp4
Similar problem in our Project where we change the cluster numbers but only the correct clusters are shown after pressing a button to perform a
SplitAll()2021-06-02.11-23-44.mp4
Thank you for any help or comments :)