python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can I add grouping line labels above my ggplot bar/column chart?
I'm interested in adding grouping labels above my ggplot bar charts. This feature exists for data visualizations such as phylogenetic trees (in ggtree), but I haven't found a way to do it in ggplot.
I...
Michele Wiseman
Votes: 0
Answers: 1
How to align labels with different length using geom_text in ggplot2?
I have added a caption to my plot using geom_text and I want to justify the labels to the left and right respectively (since I am using facet_grid and I have two different groups).
This is my example:...
emr2
Votes: 0
Answers: 1
R ggplot- line labels to right of plot without overlapping
To preface, I'm relatively new to R and trying to replicate a previous user's inquiry found here: Stackoverflow question.
Instead of the data being in days, and looking only at more recent set of date...
a_swoosh
Votes: 0
Answers: 1
Add counts to stacked bar plot with data from 2 data frames
There are several posts similar to this, but I haven't been able to find the right solution for what is probably a simple problem.
I am trying to produce a stacked bar plot with counts for both stacks...
Doda
Votes: 0
Answers: 0