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)
geom_segment not recognising factored x-axis
Aim: produce a bar plot representing a time series of measurements (variables) taken at 14 Sites (factors), including drawing horizontal lines to demonstrate benchmark levels for each site.
Problem: A...
Paul
Votes: 0
Answers: 1
How to change the linetype of a segment more than once in R using ggplot
Following the guidance presented in a previous post, I attempted to extend the solution to a dataset where the significant "Change" in grades (of 3 or more points) may be present at differen...
John Sandman
Votes: 0
Answers: 1
How to apply a continous color ramp to a straight line in ggplot2?
I have would like to apply a continous color ramp to a vertical line in ggplot2. My plot is below. I have applied the continous color ramp to the geom_line() element, while the horizontal lines repres...
ia200
Votes: 0
Answers: 2
Connect stack bar charts with multiple groups with lines or segments using ggplot 2
I am conducting a study of a number of patients with a disease, and using an ordinal scale assessment of functional status at 3 different time points. I want to connect multiple groups in stacked bar ...
XFrost
Votes: 0
Answers: 2