-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
avoid replication of aesthetics across hex bins #5045
Conversation
Thanks for addressing this. Could you describe what was the problem and what the fix is? As I wrote on #5037 (comment), it seems 4e3f0e1 was the first commit where |
The issue was pretty dumb and benign... The coordinates for the hexes comes from replicating each input point six times and alter the values so it resembles a hexagon. During my update I took the gpar values from this replicated data.frame as well even though these should not be replicated. This lead to the fill replication reported. The unit tests will now guard against this |
Ah, I see. Thanks for the clear explanation! Then, this looks good to me. |
@thomasp85 |
@alekseybelikov It looks like this was patched in 3.4.1. Try to upgrade to at least this version. |
Hi, unfortunately version 3.4.0 is specifically required for a scATACseq analysis tool ArchR to function: GreenleafLab/ArchR#2130 (comment) |
Looks to me like ArchR was trying to grab a legend by name that has become outdated in |
Fix #5037 and Fix #5044
This fixes a regression in the hex bin update in 3.4.0