I am trying to find source code to create violin plots in Matlab. Functionality does not exist in the statistics toolbox nor does a simple Google result in anything useful.
Asked
Active
Viewed 4,142 times
1 Answers
10
Have a look at DISTRIBUTIONPLOT. I apologize for the name: I called the function like that because I didn't know that they were otherwise known as violin plots at the time.

Jonas
- 74,690
- 10
- 137
- 177
-
2Exactly what I was looking for! You may want to update the file to call it violin plots at the appropriate spot. I bet I am not the only one looking for this functionality. – Elpezmuerto Jan 20 '11 at 16:20
-
Nice! I was looking around for Matlab violin plots, too. – Andrew Janke Jan 20 '11 at 17:39
-
1@Elpezmuerto: Thanks for the suggestion. I have changed the title of the submission. – Jonas Jan 20 '11 at 18:12