-
I just updated to the latest versions of R and tidyverse (R 4.4.1, ggplot2 3.5.1), and decided to test out the new axis_logticks with a pseudo_log plot that I find myself doing fairly frequently. How…
-
-
## Summary
This is a bug originally in 'ggplot2', and fixed by a pull request submitted today. There is an additional problem of inconsistency in the direction for `"inward"` and `"outward"` and `"…
-
I want to use `stats_dotinterval` in a faceted plot. The variance of the data is different within each facet, but comparing across facets is important. The dots in the lower-variance facets are larg…
-
A few things that I thought of when comparing the figure in the README and some WSJ graphs. I can break them into issues after we discuss.
1. Black horizontal line when 0 is included in the y-axis
…
-
I have been tinkering with this for a while now. With scatterplots, I appear to be running into this strange thing where the minimum and maximum range of the visual map tool appears to be randomly sel…
-
Hello! So I would like to manipulate some labels I have added to a stacked bar plot through repel. The problem is, that some names will have to be in italics, while others don't so I am trying to spec…
-
try to avoid `getFromNamespace` as recommended by https://www.tidyverse.org/blog/2022/09/playing-on-the-same-team-as-your-dependecy/
-
Hi All
I'm new to github and NHSRplotthedots, fairly new to NHSR Community and not that experienced in R either so please be forgiving if this is not appropriate or has been dealt with elsewhere - I …
-
## Summary
I was trying to achieve something similar as in this question: [Is there a possibility to combine position_stack and nudge_x in a stacked bar chart in ggplot2?](https://stackoverflow.com…