issues Search Results · repo:tidyverse/ggplot2 language:R
Filter by
4k results
(56 ms)4k results
intidyverse/ggplot2 (press backspace or delete to remove)When geom_jitter is given some data where the y coordinates are all the same, a default jitter height is chosen. But if
the y coordinates differ only by a small magnitude, the selection of the jitter height ...
nicholasdavies
- Opened 2 days ago
- #6562
I m studying the ggplot2 source code and came across the following lines:
In https://github.com/tidyverse/ggplot2/blob/main/R/plot-construction.R:
if (getRversion() 4.3.0 ) {
S7::method(`+`, list(class_S3_gg, ...
bug
Yunuuuu
- 3
- Opened 7 days ago
- #6560
I think it would be nice to expose the stat argument in geom_vline and geom_hline. These are rare exceptions where you
aren t be able to access the Geom from the analogous user-facing function geom_*(), ...
EvaMaeRey
- Opened 8 days ago
- #6559
I may have found an issue, or I may just be missing something. When I supply a function as the input to
scale_x_continuous s breaks argument like so:
#THIS RUNS
ggplot(iris, aes(x = Sepal.Length, y = ...
BajczA475
- 4
- Opened 10 days ago
- #6556
Currently, position_stack() bottom-aligns (positive) data at 0. However, it may be nice to also include options to
center-align stacks, like stream graphs, or maybe even top-align stacks. The thing that ...
feature
positions 🥇
teunbrand
- Opened 11 days ago
- #6555
When building a plot with an automatically-wrapped axis title (using either ggtext::element_textbox_simple() or
marquee::element_marquee()), the title text is correctly wrapped and displayed in a box with ...
npearlmu
- 2
- Opened 11 days ago
- #6554
I think it would be nice to add a dplyr example that doesn t make use of the args argument like:
xyends_at_means - function(data){data | mutate(xend = mean(x, na.rm = T, yend = mean(y, na.rm = T)}
...
EvaMaeRey
- 3
- Opened 13 days ago
- #6553
When you move the strips formed by faceting to the bottom, as in, e.g.:
ggplot(iris, aes(x = Sepal.Length, y = Petal.Length)) +
facet_wrap(~Species, strip.position = bottom )
You end up with facet ...
BajczA475
- 2
- Opened 17 days ago
- #6552
Hi, Teun! In the process of using ggplot for plotting fitted lines, I came across a scenario of trying to show
confidence intervals using line segments rather than shaded space. I asked a question on stackoverflow, ...
feature
layers 📈
Breeze-Hu
- 2
- Opened 18 days ago
- #6551
Hi!
When I use scale_linetype_manual to specify line types for different discrete levels, the legend in correctly renders.
The dropped linetypes do show up in the legend but their squares are blank. This ...
jnolis
- 4
- Opened 19 days ago
- #6550

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.