This is the type of graph that Graphpad prism also makes and is very common in publications (plus it looks nice)
Any pointers would be greatly appreciated
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is no equivalent to that in current gnuplot.
The closest is a trial patch to introduce random jitter.
I have updated it on SourceForge and added your link to the
beeswarm example, which I like much better. If I get some
time I'll have a look at the beeswarm algorithm. https://sourceforge.net/p/gnuplot/patches/722/
Ethan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for getting back to me so quickly. It does look nice and it would be good not to have to switch to using R or Prism for this commonll used graph
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
A new command "set jitter" is now in CVS for the gnuplot development version.
It supports most of the "bee swarm" plot variants shown for the CRAN package.
Online demos here: http://gnuplot.sourceforge.net/demo_5.1/jitter.html
If you discover any limitations or problems please file a bug report.
Thanks for the suggestion!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was wondering if there is an equivalent of the Beeswarm function from R:
http://www.cbs.dtu.dk/~eklund/beeswarm/
This is the type of graph that Graphpad prism also makes and is very common in publications (plus it looks nice)
Any pointers would be greatly appreciated
There is no equivalent to that in current gnuplot.
The closest is a trial patch to introduce random jitter.
I have updated it on SourceForge and added your link to the
beeswarm example, which I like much better. If I get some
time I'll have a look at the beeswarm algorithm.
https://sourceforge.net/p/gnuplot/patches/722/
Thanks for getting back to me so quickly. It does look nice and it would be good not to have to switch to using R or Prism for this commonll used graph
A new command "set jitter" is now in CVS for the gnuplot development version.
It supports most of the "bee swarm" plot variants shown for the CRAN package.
Online demos here:
http://gnuplot.sourceforge.net/demo_5.1/jitter.html
If you discover any limitations or problems please file a bug report.
Thanks for the suggestion!
Thanks for that!! It looks really nice and will be very useful