-
> R
R version 2.14.1 (2011-12-22)
Copyright (C) 2011 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
Platform: x86_64-pc-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY…
-
Encountered this error when plotting with `geomLine`:
```
Exception in thread "main" Script:
library(ggplot2)
library(dplyr)
library(readr)
library(scales)
library(forcats)
data01 = re…
-
I get the above error message when running the example from the README. I tried updating all packages including `scales` and `ggplot2` but no help.
`geom_flag()` works ok, just not `scale_country(…
-
Hi! I'm currently using the latest github version of ggplot2 because it has a fix for an issue I encountered. I noticed however that this version broke the `guides = 'collect'` option in patchwork.
…
-
library(ggplot2)
library(lemon)
df
-
I have encountered an example of a tibble object being printed out, where the last (non-zero) digit appears to be wrongly truncated from the printing.
Here is the actual example R code which prod…
-
WE used this in at least one plotting function (`goal_strand_plot`) where I've got a hack that allows us to use two different color scales for two different shapes (by using fill for one shape and col…
-
A problem that pops up repeatedly in different contexts is that we may want to adjust certain scale parameters without explicitly calling a scale function. We already have some support for this, e.g. …
-
Thank you for developing such a great tool.
I got some plotting error.
```
> CS_out compartment_matrixplot(
exp1 = Control_100kb,
exp2 = Treat_100kb,
CS_discovery = CS_out,
chrom = "…
-
Hi there,
I think there may need to be an adjustment to the way the season dimension is handled in ggplotFL. In my example, I have 12 months in the season dimension. I believe season gets originall…