I created a quick procedure to produce a violin plot and I would like some help to make it better.
I would like it to show a more accurate distribution of the data, I interpert the graph as the data having negative values which of course there is none. How can we fix that? I realize we can just set the range=min(data)..max(data) but then I loose the violin tips and I would need to place a line to cap the top and bottom.
So how can we create a violin plot with the tips at the extents? and Using the range, how do I define the x bounds for the lines to cap the violin plot?
Download violinplot_proc.mw