-
Notifications
You must be signed in to change notification settings - Fork 7
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
Let pwcex affect point layout #5
Comments
Hi Alex. Thanks for the suggestion. Yes, I agree this would be a nice feature. I don't know of an easy solution that works right now. I will think about the best way to implement this, but it will probably not happen quickly. Could you send links to the forums you mentioned? |
Hi Aron, I wrote a question on stack overflow about this a few das ago myself actually: Where I cite these people (I found more people asking about this in other places, but can't find the links now): |
This would be a great additional feature. Any progress been made? |
An easy implementation might be converting point
Here's an example to show that this conversion works for finding the point diameter in plot xy units:
However, this is still not working when I try to implement it with
I also tried I feel like this solution is almost there, but maybe I'm entering |
Hi Aron,
I am a big fan of your package. For what I would need the package most for, I cannot use it unfortunately. I would need to fit tightly a set of differently-sized points. I know that you implemented the pwcex option, but this parameter is not considered for the point layout.
Any possibility you could change this without having a lot of work?
I found several forum entries online where people complain that there is no way to solve this problem in R by using existing packages (and they also mention the beeswarm package). I think by implementing this option, you'd make more people happy, than just me :)
I wrote a function myself which can solve this problem, but it is kind of slow because the point fitting depends on randomness. It also doesn't really produce balanced swarm plots, i.e. sometimes dots hang over on either side of the center line.
If it is too much work for you, do you have an idea how to solve this? I found some nice d3.js programs that do a very good job at that...
Your help would be GREATLY appreciated.
Greetings,
Alex
The text was updated successfully, but these errors were encountered: