From: Dima K. <gn...@di...> - 2020-08-06 06:46:16
|
A question. I'm looking at the violin plot demo page: http://gnuplot.sourceforge.net/demo/violinplot.html It shows how to make a horizontal density plot using 'smooth kdensity'. Then it shows to to make a vertical density plot by plotting horizontally into a table, and then plotting the table, with "using" directives used to swap the axes. This works clearly, but is there a way to do this (vertical density plots) with a single plot command? That would make my life much easier. Thanks! |