-
Any idea why it's giving this error?
Error in data.frame(x = full_values$x, y = yy[, iStream * 2], group = as.integer(.group)) :
arguments imply differing number of rows: 1000, 1126, 1
-
When using `ffmpeg_renderer()`, the added frames using `end_pause` aren't added to the video. An example:
```
library(ggplot2)
library(gganimate)
anim
JoFAM updated
4 years ago
-
I'm just converting over from R to Python and was comforted to see the ggplot2 goodness. As I'm just getting started, I'm having a problem hiding the legend in a line plot:
```
import pandas as pd…
-
This was brought to my attention by @larmarange.
Hypothetically, one could want to automate making the following plot, by setting the default `colour` aesthetic in the geom.
``` r
library(ggplo…
-
Dear all,
I have tried your Shiny sample code ... but I am getting the below mentioned error message.
Have I missed something ?
Thank you very much for your help.... It would be great to have t…
-
This follows our aim of being able to use ggplot2 for the "standard" graphs in the [Data Visualisation with R](https://rkabacoff.github.io/datavis/GeoMaps.html#choropleth-maps) book. There Chapter 6 …
-
-
**Description**:
When attempting to display multiple histograms using `subplot` from the `plotly` package, the plots in the **top row** and **bottom row** appear with less spacing, making them diff…
-
sorvi 0.8.21 was published yesterday (2023-08-22) on CRAN. However, in the [package vignette](https://cloud.r-project.org/web/packages/sorvi/vignettes/sorvi_tutorial.html) there seems to be some probl…
-
Currently with the use of `|>`, code does not display in tidy style. A reprex is shown below, where using `|>` causes the third line of displayed code to be
```downloads_rolling %` instead will giv…