ggplot2 is an actively maintained open-source chart-drawing library for R, written by Hadley Wickham, based upon the principles of "Grammar of Graphics". It partially replaces R's basic plot and the lattice package, while providing a clean, powerful, orthogonal and fun API.
1
vote
1answer
36 views
ggplot2 mapping county boundries in one color and state boundries in another on the same map
I am creating a choropleth county map with grey borders, and I also want to include the state boundries in black. Does anyone know how I go about adding a second layer of state mapping to an existing ...
4
votes
3answers
34 views
Error bars on stacked bar ggplot2
I'm struggling to put error bars into the correct place on a stacked bar. As I read on an earlier post I used ddply in order to stack the error bars. Then that changed the order of the stacking so I ...
0
votes
1answer
19 views
Stacked bar plot in r with summarized data
I'm New to r. Im trying to make a stacked bar plot. I could make it work using the barplot function. However I could not work out how to make the legend look nice. Now i'm trying to use ggplot2 but I ...
1
vote
1answer
36 views
Using ggplot2, connect x- and y-coordinates by a third variable
I would like to plot latitude vs longitude and connect the points via date and time, which I have stored in an object of class POSIXlt. I have many, many GPS points, but here is a small set of them ...
3
votes
1answer
39 views
Reorder() not correctly reordering a factor variable in ggplot
I'm baffled as to why the boxplots are not ordering in this plot:
set.seed(200)
x <- data.frame(country=c(rep('UK', 10),
rep("USA", 10),
...
-3
votes
0answers
28 views
Create stacked barplot using ggplot2 [closed]
I would like to create a stacked barplot with the made up data below using ggplot2. I have several similar plots to make. I would like the bars to be black and white as I am printing in black and ...
3
votes
1answer
39 views
ggplot: stacking different plots in a facet manner
To train with ggplot and to improve my skills in writing R functions I decided to build a series of functions that produces survival plots, with all kinds of extras. I managed to build a good working ...
0
votes
1answer
46 views
An issue with a legend in ggplot2
I am asking you because I have a problem with a legend in ggplot2.
Here's a simplified case
library(ggplot2)
library(datasets)
bp <- ggplot(data=PlantGrowth, aes(x=group, y=weight, fill=group, ...
1
vote
2answers
33 views
reshape/remould data frame to create normalized bar chart and pie chart
I have the following data_frame structure which has been read from a csv file (appended). Basically, this summarises for each Operator (A M D L J) whether their score is Excellent, Good, Ok, Poor or ...
0
votes
1answer
35 views
Use of facet_wrap in ggplot2
Want facet_wrap to have different parameters for each plot. Example below:
x = c(43,22,53,21,13,53,23,12,32)
y = c(42,65,23,45,12,22,54,32,12)
df = cbind(x,y)
df = as.data.frame(df)
meany = ...
0
votes
1answer
28 views
Size and space between subplots in ggplot2
I have a subplot as following
mydata <- data.frame(side1=rep(LETTERS[1:3],3,each=9),side2=rep(LETTERS[1:3],9,each=3),widget=rep(c("X","Y","Z"),9*3),size=rep(1/3,9*3),strength=runif(27,-1,1))
...
2
votes
1answer
30 views
How to put space between groups of stacked bars in ggplot2
I'm trying to group the stacks spatially in pairs such that the 0W treatment is close to the corresponding 6W treatment with bigger spaces between pairs of different treatments. I've included a ...
0
votes
2answers
31 views
ggplot2 annotate using a measure unit other than the axis variable
Hi I've got the following code
d1=data.frame(a=c(4,5,6,7),b=as.Date(c('2005-12-31','2006-12-31','2007-12-31','2008-12-31'),"%Y-%m-%d"))
a = ggplot(d1,aes(x=b,y=a)) + geom_line()
a + ...
1
vote
0answers
40 views
adjusting midpoint in scale_colour_gradient2()
So I'm generating a heatmap of p-values using the following:
library(ggplot2)
p <- ggplot(res, aes(x=group, y=variable)) +
geom_tile(aes(fill = value), colour = "yellow") +
scale_fill_gradient(low ...
1
vote
1answer
21 views
Display the x-axis on ggplot as month only in R
I have a very simple question here. I have a dataset from 2009-2012. I want to plot the data with facets. I have created the faceted plot as follows.
R-code
...
-1
votes
0answers
30 views
How to control the numbers of breaks when using “scale_continuous”? When use “facet” I hope every group has the same number of breaks on x-axis
How to control the numbers of breaks when using "scale_continuous"? When use "facet" I hope every group has the same number of breaks on x-axis.
The basic script is
m + ...
-1
votes
0answers
29 views
Pairs Formula function programming in R, upper, middle lower levels
I'm having a difficult time programming the pairs function in r, so i can setup upper, middle and lower panels of correlation, histogram and loess respectively. My panel Data looks like this: ...
1
vote
0answers
23 views
error installing ggplot2/digest in R
I receive the following error after trying to install ggplot2 which in turn tries to install digest. The session info is pasted below.
sha2.c(88): catastrophic error: #error directive: Define ...
0
votes
1answer
28 views
Coloring slices of a pie bar as gradient
Imagine I have a pie bar in ggplot2,
data <- data.frame(cluster = paste("Cluster", 1:3), size = c(0.33, 0.33, 0.33))
data = rbind(data, data)
ggplot(data, aes(x = factor(1), fill = cluster, ...
0
votes
1answer
21 views
ggplot 0.9.3 issue with facet_wrap, free scales and coord_flip - 2nd try
An old code that used to work perfectly no longer works with 0.9.3. The issue is related to the use of facets, free scales and coord flip.
Here is a way to reproduce:
data set: d.csv:
...
1
vote
1answer
38 views
ggplot2, how do you use access dataframe elements from within the function?
I'm trying to create plots in with ggplot2 to standardize the creation of many similar plots. Given you can stack numerous options, using theme(), stat_*(), or geom_*() with the + operator, how can ...
-1
votes
1answer
38 views
geom_smooth: what is its meaning (why is it lower than the mean?)
I have data on the number of trips people make to work per week. Along with the distance of the trip, I am interested in the relationship between the two variables. (Frequency is expected to fall as ...
1
vote
1answer
25 views
Create minor gridlines in ggplot2 for categorical data
I would like to add minor gridlines to categorical data on plot produced with ggplot2. For example,
library("ggplot2")
data<-data.frame(xcategory=rep(c("a","b","c"),each=30), yvalue=c(1,3,6))
...
1
vote
1answer
24 views
When using “geom_histogram” there is error “unit(tic_pos.c, ”mm“) : 'x' and 'units' must have length > 0”. Why
When using geom_histogram there is error
unit(tic_pos.c, "mm") : 'x' and 'units' must have length > 0.
Why?
p4<-ggplot(BCIcor,aes(x=cor))+geom_histogram(binwidth = 0.2)
This showed a ...
0
votes
2answers
40 views
Change color of hline by group: ggplot2
I have a facet_grid plot with 2 geom_hlines per plot. I'd like to color each of those lines separately. I thought if I added this color to the geom_hline dataframe I could supply the color inside of ...
0
votes
1answer
36 views
merge 2 plots (bubblechart, scatterplot) in R
I am new to this and also new to R so i hope I provide sufficent information.
I have 2 kinds of datasets:
1 with temperatures,dates (more rows than the other dataset);
1 with ...
0
votes
3answers
29 views
ggplot2 colour geom_point by factor but geom_smooth based on all data
In ggplot2, the following command p <- qplot(wt, mpg, data=mtcars, colour=factor(cyl)) taken from here plots a scatter plot with each point coloured according to factor
I would like to fit all ...
-2
votes
1answer
37 views
ggplot + r panel data too much data in graph + interactive points + selecting specific variables
i have some questions if anyone can help.
I have a panel data such as, example:
Country Name Year GDP PPP HHH
USA 1960 7 9 10
Uk 1960 9 10 ...
0
votes
1answer
46 views
Adding a legend to ggplot with facet_grid
I am creating a 3x3 faceted graph using the code shown below. The problem is I get no legend.
# Create column vectors
XID <- rep(c(1,5,10), each=57)
TAD.unit <- c(0, 0.25, 0.5, 0.75, 1, 1.5, 2, ...
0
votes
1answer
43 views
adding geom_hline+ Sample Size to a boxplot
Using ggplot, I am trying to
add a horizontal line to boxplot
add the sample size to x axis.
I have the following dataset:
Site, Aluminum_Dissolved, Federal_Guideline
M1, 0.1, 0.4
M1, 0.2, ...
3
votes
1answer
28 views
Create geom_ribbon for min-max range
Given the following data:
df<-data.frame(
year=(1996:2000),
a=c(2,1.5,1.5,2,3),
b=c(2,2,2,3,4),
c=c(2,3,3,1,1))
with ggplot:
ggplot(df,aes(x=year))+
geom_line(aes(y=a))+
...
-1
votes
2answers
36 views
Plot data from several large data files in ggplot
I have several data files (numeric) with around 150000 rows and 25 columns. Before I was using gnuplot (where script lines are proportional plot objects) to to plot the data but as I have to do now ...
2
votes
2answers
63 views
Can colors and shape be changed on a combined line and point plot while maintaining one legend per graph?
Using the following data frame:
day <- gl(8,1,48,labels=c("Mon","Tues","Wed","Thurs","Fri","Sat","Sun","Avg"))
day <- factor(day, ...
1
vote
1answer
55 views
horizontal line; y axis as factor: ggplot2
If I have a factor for my y variable and try to use geom_hline in facet_grid I get an error:
p <- qplot(mpg, factor(sample(c("a", "b", "c", "d"), nrow(mtcars), T)), data=mtcars, facets = vs ~ am)
...
0
votes
1answer
24 views
Can the minimum y-value be adjusting when using scales = “free” in ggplot?
Using the following data set:
day <- gl(8,1,48,labels=c("Mon","Tues","Wed","Thurs","Fri","Sat","Sun","Avg"))
day <- factor(day, level=c("Mon","Tues","Wed","Thurs","Fri","Sat","Sun","Avg"))
...
0
votes
1answer
40 views
order the ggplot x-axis using a list
I have a dataframe I would like to plot as a barchart but I would like the categorical x-values to be in a specific order that I specify with a list. I will show an example using the mtcars dataset.
...
2
votes
0answers
34 views
Putting a legend in each facet [duplicate]
I am making a faceted ggplot graphic and would like to put a legend in each facet. For example, if I have the following plot, how could I make a legend in each facet corresponding to the lines that ...
0
votes
1answer
25 views
with GGplot2 is there a way to select only 1 chart from a graph with multiple correlation charts
Lets say i have the following graph:
And i only want to select the 2nd graph of the first row. How can i do this with ggplot function as below:
plotAll<-function(data,size=2, alpha=0.4){
combs ...
0
votes
0answers
54 views
how to have x-axis labels in multicolumn ggplot with facet_wrap?
When trying to plot something like this:
library(ggplot2)
d <- ggplot(diamonds, aes(carat, price)) +
xlim(0, 2) + geom_point()
d + facet_wrap(~ color)
You will notice that the x-axis labels ...
0
votes
1answer
30 views
How to change where the horizontal axis crosses the vertical axis in geom_bar?
Here's how I want it to look (made in Excel):
And here's the template code:
library(ggplot2)
data <- c(0.3,0.4,0.5,0.6,0.7,0.8)
qplot(x=1:6, y=data, geom="bar", stat="identity")
Edited after ...
0
votes
1answer
54 views
ggplot 2 “Error: Discrete value supplied to continuous scale”
I would like to ask how to fix this bug described in question title? Just yesterday, the code was working fine and the plotting routine produced the desired graph. Woke up today and tried to add some ...
2
votes
1answer
48 views
How to order subgroups in a ggplot barplot?
I would like to order the groups in both the legend and plot of a ggplot created with geom_bar.
Here is an example
mydata <- data.frame(mygroup = c('A', 'A', 'A', 'A', 'B', 'B', 'B', 'B'),
...
1
vote
1answer
30 views
How to Get scales in ggplot after initial plot layer generated
I've looked for an answer to this, but have not found one -
I use ggplot2 to draw a series of densities
after I draw them, I need to obtain the x and y scales, so that I can annotate in the upper ...
7
votes
1answer
180 views
In ggplot2, how can I add additional legend?
I'm trying to build a map in ggplot2 using data from separate data frames.
library(maptools)
xx <- readShapePoly(system.file("shapes/sids.shp", package="maptools")[1], IDvar="FIPSNO", ...
2
votes
1answer
84 views
How to remove one outlier in ggplot2 facet point_plot that squash the rest of the data
I produced a faceted plot that I'm very satisfied with except for one issue. On a couple of the plots, one or two outliers completely ruin the graph. I could use y_lim function, but I'm using ...
2
votes
1answer
83 views
Error bars on stacked area graph with ggplot2
I would like to add error bars on a stacked area graph created with ggplot2.
My csv file looks like :
Day Cat Val Error
0 A 0 0.00
0 B 44.77 1.16
0 C 54.64 0.88
13 ...
9
votes
1answer
99 views
Faceting by 2 factors in ggplot2
I have the following data set and code and have also showed the output from dput(). I want to plot the log(N2012$Rate) column on the y axis with Location on the x axis and faceted vertically by Month ...
4
votes
4answers
870 views
R eps export and import into Word 2010
I'm having trouble with exporting eps files from R and importing into Word 2010.
I'm using ggplot2 plots, eg
library(ggplot2)
p <- qplot(disp,hp,data=mtcars) + stat_smooth()
p
Even after ...
238
votes
6answers
20k views
How can we make xkcd style graphs in R?
Apparently, folk have figured out how to make xkcd style graphs in Mathematica and in LaTeX. Can we do it in R? Ggplot2-ers? A geom_xkcd and/or theme_xkcd?
I guess in base graphics, par(xkcd=TRUE)? ...
3
votes
1answer
210 views
Proportionally sized symbols in ggplot
Using ggplot to plot proportional area symbols seems to require using sqrt() to achieve true proportionality:
require(ggplot2)
t <- data.frame(x=rep(c(1:5),5), y=rep(c(1:5),each=5), ...





