python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Combining two data frames in single ggplot with facet wrap with different factor names?
Say I have a df1 (incidents) and a df2 (records).
df1 <- data.frame(date = c("2021-07-01","2021-07-09","2021-07-04","2021-07-05"), value = c(200, 250, 123, 4...

SqueakyBeak
Votes: 0
Answers: 0
How do I Facet_wrap without repeating coordinate values?
I am trying to create a plot which contains a discrete variable in one of the axis. I am furthermore trying to group these variables with respect to another variable and represent it in a graph using ...
Omar
Votes: 0
Answers: 0
How to use reorder within ggplot2 for descending total and facet by category
My goal is for the Category2 to be faceted, with boy in order, by num_boys, in its own facet and girl in order by num_girls in its own facet.
data frame bg_places
place
Category2
total_number
num_...
JesusP
Votes: 0
Answers: 1
How to call facet_wrap() inside custom ggplot function?
I'm trying to create a function to combine the output from the package rmcorr with ggplot. The documentation for rmcorr includes an example on how to render the output with ggplot. I'm having trouble ...
nuke
Votes: 0
Answers: 1