A boxplot is a mean of displaying cardinally scaled data. The graphic displays robust summary statistics of a given dataset. These include for the box: The mean, the lower quartile and the upper quartile. The enclosed whiskers are not commonly defined and may display some figure tied to the inter ...
9
votes
1answer
841 views
Combination Boxplot and Histogram using ggplot2
I am trying to combine a histogram and boxplot for visualizing a continuous variable. Here is the code I have so far
require(ggplot2)
require(gridExtra)
p1 = qplot(x = 1, y = mpg, data = mtcars, xlab ...
8
votes
1answer
186 views
Transparency in boxplot legend keys using R and ggplot2
I am trying to make boxplots with a transparent fill and a corresponding legend. The plotting with alpha values works fine except that the legend keys do not have transparent fills. The following ...
7
votes
2answers
233 views
Can I get boxplot notches in ggplot2?
Yes, I know it's been around, I've also found Hadley's answer on google groups that there is no notches yet for ggplot2 boxplots. So my question is twofold: Has this changed (there's a native ...
6
votes
1answer
912 views
Joining means on a boxplot with a line (ggplot2)
I have a boxplot showing multiple boxes. I want to connect the mean for each box together with a line. The boxplot does not display the mean by default, instead the middle line only indicates the ...
5
votes
1answer
240 views
Python-Matplotlib boxplot. How to show percentiles 0,10,25,50,75,90 and 100?
I would like to plot an EPSgram (like link below). How could I do the program with python? The boxplot function only plots quartiles (0,25,50,75,100). So, how can I add two more boxes?
Thank you in ...
5
votes
1answer
447 views
Creating several boxplots with the same scale in Matlab
I'd like to plot several distinct boxplot in Matlab, but give them the same scale so that readers do not get misled by comparing them side by side.
I've tried using the datalim option, but it only ...
5
votes
3answers
4k views
Boxplot in R showing the mean
Does anybody know of a way of generating a boxplot in R with a line (or another symbol) in the value corresponding to the mean?
Thank you!
4
votes
2answers
189 views
create boxplots with transparent colour ggplot2
I create a graphic with several groups and plotting a geom_boxplot() over a seet of lines.
However, it would be nice to colour the boxes transparently so that the lines can be seen.
Here's some ...
4
votes
1answer
117 views
Boxplot of pre-aggregated/grouped data in R
In R I want to create a boxplot over count data instead of raw data. So my table schema looks like
Value | Count
1 | 2
2 | 1
...
Instead of
Value
1
1
2
...
4
votes
1answer
471 views
How do I draw a violin plot using ggplot2?
Can I use ggplot2 to produce a violin plot? Perhaps using some variation of geom_boxplot()?
4
votes
1answer
718 views
Changing whisker definition in geom_boxplot
Greetings!
I'm trying to use ggplot2 / geom_boxplot to produce a boxplot where the whiskers are defined as the 5 and 95th percentile instead of 0.25 - 1.5 IQR / 0.75 + IQR and outliers from those new ...
4
votes
3answers
813 views
jitter if multiple outliers in ggplot2 boxplot
I am trying to find a suitable display to illustrate various properties within and across school classes. For each class there is only 15-30 data points (pupils).
Right now i am leaning towards a ...
4
votes
1answer
910 views
Finding the highest, lowest, total, average and median from an array in Ruby
I am creating a boxplot generator in Ruby, and I need to calculate some things.
Let's say I have this array:
arr = [1, 5, 7, 2, 53, 65, 24]
How can I find the lowest value (1), highest value (65), ...
3
votes
1answer
68 views
xyplot with confidence interval (box and wisker plot) added in r
I want to add 99% and 95% confidence interval in XYplot.
The following is data:
X <- 1:20
Y <- c(0.5, 1.4, 2.3, 3.4, 4.5,
3.3, 3.0, 2.1, 1.5, 0,
0, 3.4, 4.5, 6.7, 5.3, 2.8,
...
3
votes
2answers
115 views
How to display two groups of boxplots?
I have two groups of data (x1 and x2 versus y1 and y2), which I would like to display as two groups of boxplots.
I tried the following, but it displays the wrong data because the vectors x1 and x2 ...
3
votes
1answer
323 views
Combining plt.plot(x,y) with plt.boxplot()
I'm trying to combine a normal matplotlib.pyplot plt.plot(x,y) with variable y as a function of variable x with a boxplot. However, I only want a boxplot on certain (variable) locations of x but this ...
3
votes
3answers
326 views
removing data from a numpy.array
I have a rank-1 numpy.array of which I want to make a boxplot. However, I want to exclude all values equal to zero in the array ... Currently, I solved this by looping the array and copy the value to ...
3
votes
2answers
202 views
How do I sort a dataframe by the average of subsets of one of the rows?
I'm fairly new to R, but I'm making good progress. I've been able to bend ggplot2 to my will with the exception of one thing: the order that the categorical labels are plotted along the x axis in my ...
3
votes
3answers
610 views
Saving multiple boxplots
I've made a loop to create multiple boxplots. The thing is, I want to save all the boxplots without overwriting each other. Any suggestions?
This is my current code:
boxplot <- list()
for (x in ...
3
votes
2answers
2k views
R - ordering in boxplot
I am trying to produce a series of box plots in R that is grouped by 2 factors. I've managed to make the plot, but I cannot get the boxes to order in the correct direction.
My data farm i am using ...
3
votes
2answers
1k views
create a boxplot in R that labels a box with the sample size (N)
Is there a way to create a boxplot in R that will display with the box (somewhere) an "N=(sample size)"? The varwidth logical adjusts the width of the box on the basis of sample size, but that ...
2
votes
1answer
37 views
Can boxplot in base R display 'NA' when the grouping factor has missing values?
I want this:
And I thought that passing na.action=na.pass to boxplot would let NA show up in
the grouping names. Here is some sample code:
#Build a fake dataset
set.seed(212012)
nn = 100
...
2
votes
1answer
153 views
can one offset jitter points in ggplot boxplot
In a ggplot boxplot, it is easy to use jitter to add the raw data points with varying degrees of jitter. With zero jitter the following code
dat <- data.frame(group=c('a', 'b', 'c'), values = ...
2
votes
1answer
91 views
How to do some modifications in geom_boxplot?
I want to do some modifications of a geom_boxplot:
reverse the order of the Y axis (A1 in top and A4 in bottom).
Is it possible to plot my legend on the graph, not beside the graph.
Here is ...
2
votes
3answers
151 views
R boxplot and stripchart side-by-side in 1 figure
Is it possible to plot a boxplot and a stripchart next to each other in the same figure? If I run this code, the stripchart overrides the boxplots. What i actually want is that they lay next to each ...
2
votes
1answer
238 views
ggplot2 boxplot: horizontal bar at median?
I would like to make a ggplot2 boxplot more meaningful by adding a thick bar at the median (so that if the median is equal to either of the lower or upper quartiles, it can be detected to which it is ...
2
votes
2answers
170 views
Posthoc labels on anova boxplot in R
If I have some data and do an ANOVA and post-hoc tests, how do I make a boxplot that adds the post-hoc classification automatically, rather than having to edit the figure outside of R?
For example, ...
2
votes
1answer
184 views
Plotting several groups of box plots side-by-side in R
I am trying to plot two box-plots in the same plot, each within the same category.
I can generate the boxplots individually, but am stumped when I try to get them onto the same graph.
Here is what I ...
2
votes
1answer
469 views
JFreeChart scaling of Boxplots with several Categories
i am currently working on a java-based project using JFreeChart to display boxplots.
My Problem is how to display a chart containing boxplots for a CategoryDataset with about 20 Categories and 5+ ...
2
votes
1answer
165 views
Boxplotting Masked Arrays
How can i boxplot only the non-masked values of a MaskedArray ? I tought this would happen automatically by boxplot(ma) but this seems to boxplot the non-masked array.
2
votes
2answers
377 views
How to create a combined boxplot from a dataframe?
I want to do something incredible simple: I want to create one boxplot for an complete dataframe. Yet, searching for ‘combined boxplot’ and related terms didn’t turn up any suggestions. If I ...
2
votes
3answers
345 views
Removing the frame from the Boxplot() function in R
Does someone know how to remove the frame when producing a boxplot with the R boxplot() function?
With the plot() function there is an optinal argument, frame=F, that does the job... but it is not ...
2
votes
1answer
818 views
Boxplot with variable length data in matplotlib
I have collected some data in a textfile and want to create a boxplot.
But this datafile contains rows of variable length, for example.
1.2, 2.3, 3.0, 4.5
1.1, 2.2, 2.9
for equal length I could just ...
2
votes
3answers
944 views
Transform only one axis to log10 scale with ggplot2
I have the following problem: I would like to visualize a discrete and a continuous variable on a boxplot in which the latter has a few extreme high values. This makes the boxplot meaningless (the ...
2
votes
1answer
650 views
ggplot: how to specify vertical order of multiple boxplots?
I would like to change the stacking order of hospitals in the diagram below so #1 is at the top and #4 at the bottom.
The diagram was produced with
ggplot(survey,aes(x=hospital, ...
2
votes
1answer
627 views
How can I calculate data for a boxplot (quartiles, median) in a Rails app on Heroku? (Heroku uses Postgresql)
I'm trying to calculate the data needed to generate a box plot which means I need to figure out the 1st and 3rd Quartiles along with the median. I have found some solutions for doing it in Postgresql ...
1
vote
1answer
68 views
R boxplot ggplot issues
I am new in R and am trying to so some graphics using ggplot and a bit of reverse engineering. I have a data frame as:
> data
experiments percentages
1 A 72.11538
2 A ...
1
vote
1answer
104 views
Object-oriented matplotlib usage mysteriously produces boxplots without whiskers or median lines
I'm trying to use Python and matplotlib to define a custom class that
produces a complex figure. However, I'm having trouble getting the
boxplots to print correctly - they keep appearing without ...
1
vote
3answers
46 views
How do I turn the numeric output of boxplot (with plot=FALSE) into something usable?
I'm successfully using the boxplot function to generate... boxplots. Now I need to generate tables containing the stats that boxplot calculates in order to create plots.
I do this by using the ...
1
vote
2answers
72 views
Joining lists then making boxplots
Let's say that I have got two lists:
temp<-c("con.sin.results","sin.results","exp.results")
Temp<-c("[,1:16]","[,17:32]","[,33:48]","[,49:64]")
Each of the variables in temp contain 1000 ...
1
vote
2answers
456 views
How to change order of boxplots when using ggplot2?
This question follows from this other one. I was unable to implement answers there.
Define:
df2 <- data.frame(variable=rep(c("vnu.shr","vph.shr"),each=10),
value=seq(1:20))
Plot:
...
1
vote
1answer
225 views
help with boxplot needed
I am new to R, can anyone help me with boxplot for a dataset like:
file1
col1 col2 col3 col4 col5
050350005 101 56.625 48.318 RED
051010002 106 50.625 46.990 GREEN
...
0
votes
3answers
43 views
Plotting results of several Bland-Altman analysis
I compared several diagnostic methods to a gold standard using Bland-Altman plots. Now I would graphically represent the difference in agreement between each method and the gold standard in one single ...
0
votes
2answers
72 views
[R]: ggplot2: How would you plot a box plot and specific points on the same plot?
For eg. You can draw box plot as below:
qplot(factor(cyl), mpg, data = mtcars, geom = "boxplot")
and point as:
qplot(factor(cyl), mpg, data = mtcars, geom = "point")
How would you combine both ...
0
votes
3answers
171 views
Boxplot with axis limits in R
I have data in tab delimited format with nearly 400 columns filled with values ie
X Y Z A B C
2.34 .89 1.4 ...
0
votes
3answers
82 views
Boxplot - accessing column names with variables
How can I access a column by using a variable that contains the name of the column?
Let's assume we have a data frame DF with 3 columns:
Var1 Var2 Var3, where
Var3 contains numerical data and ...
0
votes
1answer
95 views
How to save boxplot automatically in Matlab?
When I try to save boxplot using 'saveas' as follows
X = randn(10, 10);
H = boxplot(X);
saveas(H, 'x.fig');
I receive the error
??? Error using ==> saveas at 72
Simulink object array must be a ...
0
votes
0answers
56 views
Create dynamic range for box plot or box and whisker graph
My objective is to compare the home run rate (home runs/games) for teams across the history of baseball. I would like to display this data by using the stock chart "open-high-low-close" plotted ...
0
votes
1answer
73 views
R boxplot with which function
I have data from 2 field sampling campaigns. I have organised the data severeal columns and rows:
Data = sample points
Columns = elements (1,...,n) , season, Sampletype and some others.
Add. info ...
0
votes
1answer
134 views
How to place reference lines ['abline()'] in background?
This is perhaps very basic, but I just can't seem to find a working solution:
I'm building a boxplot with custom axes using the 'boxplot()' function in R, and I'd like to have thin grey lines for ...