Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Dot plots and violin plots
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Winston Chang  
View profile  
 More options Dec 11 2011, 4:16 pm
From: Winston Chang <winstoncha...@gmail.com>
Date: Sun, 11 Dec 2011 15:16:21 -0600
Local: Sun, Dec 11 2011 4:16 pm
Subject: Dot plots and violin plots

Hi everyone -

I've recently implemented violin plots and dot plots for ggplot2. Here's a
sampling of what you can do with them:

[image: violin-nofullwidth.png] [image: violin-boxplot.png]

[image: dotplot.png] [image: dotplot-y-groupx-violin.png]

For more information, see:
https://github.com/wch/ggplot2/wiki/geom_dotplot
https://github.com/wch/ggplot2/wiki/geom_violin

If you want to try them out, you can install this development branch without
interfering with your regular installation of ggplot2:
install.packages("devtools")
library(devtools)
dev_mode()
install_github("ggplot2", "wch", "feature/wdotplot")

In each R session where you want to use this version, just run:
library(devtools)
dev_mode()
library(ggplot2)

To use your regular ggplot2 installation, just restart R.

I'm still working on these things, so keep in mind that they may change
(and break) in the near future.

Feedback is welcome!
-Winston

  violin-nofullwidth.png
6K Download

  violin-boxplot.png
7K Download

  dotplot.png
6K Download

  dotplot-y-groupx-violin.png
8K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »