|
From: Ethan M. <merritt@u.washington.edu> - 2008-01-28 23:01:31
|
On Sunday 27 January 2008 05:29, norm rubin wrote: > > I need to draw some violin graphs > Violin plots are generalization of candle stick plots, you can see one at > http://addictedtor.free.fr/graphiques/graphcode.php?graph=43 > > I'd like to continue using gnuplot rather then switch to R. I've never added > any code to gnuplot but I'm willing to try. > how hard would it be to add this style to gnuplot? > Is there any existing plot style which might be simple to modify? The existing "with filledcurves" style could draw such a figure if presented with a suitable data file. The trick will be to produce the right data file. What format is your data in currently? Has the binning and envelop generation already bin done? (Gnuplot is not going to do that for you, even if taught a new plot style). -- Ethan A Merritt |