No data. Attachments are removed. Send only text. Include program. Did you look
at geom_violin() ? try
http://www.sthda.com/english/wiki/ggplot2-violin-plot-quick-start-guide-r-software-and-data-visualization
If geom_point() is working then geom_violin() should also work. If neither work
then the problem is earlier in the program. Possibly in the ggplot() statement,
or earlier.
Tim
-----Original Message-----
From: R-help <r-help-bounces at r-project.org> On Behalf Of pooja sinha
Sent: Thursday, March 31, 2022 7:00 PM
To: r-help mailing list <r-help at r-project.org>
Subject: [R] Violin plots in R
[External Email]
Hi All,
I need your help in making the violin plot in R using the data which is attached
herewith. I am new to R and having issues in tidying my data for R. I am trying
the code but I am not able to tidy my data for violin plot in ggplot.
Any help will be highly appreciated.
Thanks,
Puja
______________________________________________
R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://urldefense.proofpoint.com/v2/url?u=https-3A__stat.ethz.ch_mailman_listinfo_r-2Dhelp&d=DwICAg&c=sJ6xIWYx-zLMB3EPkvcnVg&r=9PEhQh2kVeAsRzsn7AkP-g&m=ewsSBA7yD-EGNgEo5uwx8ypGde2s8cN0NqRJcjUeat_oxJOzxc4u1RoS4APbTp-G&s=5RT-EbmPWAiqxd-tCyTCK3tUPOmNomYvRoE-pgEKXMk&ePLEASE
do read the posting guide
https://urldefense.proofpoint.com/v2/url?u=http-3A__www.R-2Dproject.org_posting-2Dguide.html&d=DwICAg&c=sJ6xIWYx-zLMB3EPkvcnVg&r=9PEhQh2kVeAsRzsn7AkP-g&m=ewsSBA7yD-EGNgEo5uwx8ypGde2s8cN0NqRJcjUeat_oxJOzxc4u1RoS4APbTp-G&s=FhxhDOcldxc5mIg1wiE5kq4D_sxIm1Ho0PbejAHl8xY&eand
provide commented, minimal, self-contained, reproducible code.