issues Search Results · repo:stefanedwards/lemon language:R
Filter by
29 results
(89 ms)29 results
instefanedwards/lemon (press backspace or delete to remove)Hello,
I am trying to run the last version of lemon on R-v4.4.3 but I am getting an error:
# Install release from GitHub:
devtools::install_github( stefanedwards/lemon , ref= v0.3.1 )
Error in axisgrob$width$arg1 ...
g-pacheco
- 3
- Opened 26 days ago
- #36
library(ggplot2) library(lemon) df - data.frame( v1 = c( A , A , A , B , B , B ), v2 = c( S1 , S2 , S3 , S7 , S8 , S9 ),
nm = c(2, 3, 4, 5, 6, 7) )
ggplot(df, aes(x = v2, y = nm)) + geom_point(size = ...
msgoussi
- 1
- Opened on Nov 25, 2023
- #32
Hi,
Thanks for the useful package. How do I only repeat x axis in facet_rep_grid but not y?
teng-gao
- 1
- Opened on Aug 22, 2023
- #31
Hi,
First off. THANK YOU for the lemon package.
Since I recently updated most of my packages, I haven t been able to use the lemon::coord_capped_cart() with ggplot.
I am getting the following error: ...
ObGDK
- 1
- Opened on Nov 30, 2022
- #29
Hi
We preparing the next release of ggplot2 and our reverse dependency checks show that your package is failing with the
new version.
You can install the release candidate of ggplot2 using devtools::install_github( ...
thomasp85
- 3
- Opened on Oct 10, 2022
- #28
Hello,
Thanks a lot for the great package. I understand that one can control the label repetition by using repeat.tick.labels.
Would it be possible to add a similar option for the ticks themselves?
Best ...
g-pacheco
- 4
- Opened on Nov 24, 2021
- #27
Hi, first: thanks for the great package. I am running into the same issue with several ggplot plots in a piece of older
code:
Error in `*tmp*`[[i]] :
attempt to select less than one element in get1index ...
lnnrtwttkhn
- 1
- Opened on Jul 2, 2020
- #26
In the coming ggplot2 v3.3.1 we fixed a bug in the panel naming so they are now correctly reference the row and column
they are located at. This, unfortunately, breaks one of lemon examples:
lemon
details ...
thomasp85
- 4
- Opened on May 25, 2020
- #25
when saving a plot with facet_rep_grid the spacing between the panels is different in R 3.6.3 and R 4.0.0. This is an
example (code to reproduce below) of how it looks like on R 3.6.3:
R version 3 6 3 ...
sam81
- 12
- Opened on May 2, 2020
- #24
I have used lemon package with ggplot2 for plotting multifaceted scatter plot with regression and confidence interval
line using the following code
library(tidyverse)
library(lemon)
#Plotting
ggplot(data_calibration, ...
bappa10085
- 5
- Opened on Apr 21, 2020
- #23

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!
Restrict your search to the title by using the in:title qualifier.
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!
Restrict your search to the title by using the in:title qualifier.