see icon indicating copy to clipboard operation
see copied to clipboard

:art: Visualisation toolbox for beautiful and publication-ready figures

Results 63 see issues
Sort by recently updated
recently updated
newest added

hi! The following code creates two violindot plots with extra white space between the first geom and the y axis. I was wondering if this is expected or if it...

Noticed this while cloning the repo on a new machine. Currently, `{see}`'s `.git` folder is `1.76 GB`. For a comparison, `{ggplot2}`'s `.git` folder is `700 MB`. I will do some...

Enhancement :boom:
Help us :eyes:

https://github.com/easystats/datawizard/pull/105 adds a method for lists in `describe_distribution()`, but lists are not supported by `plot()`: ```r library(datawizard) library(see) x

Enhancement :boom:

Came across this slide in this presentation: https://chrismainey.github.io/Why_mgcv_is_awesome/Why_data_table_is_awesome.html#1 and thought maybe we can also support something similar in `check_model`? ``` r library(mgcv) #> Loading required package: nlme #> This is...

Enhancement :boom:

- [ ] Add median/mean difference - [ ] Enable the plotting of individual draws as segments instead of CIs

Enhancement :boom:

Hi @strengejacke - apologies for my delay here. Yeah, I have some MWE for each. First, for the ePCP (expected proportion correctly predicted), we are looking for a higher value,...

Enhancement :boom:

reprex ... ``` require(easystats) # Attaching packages: easystats 0.4.3. (macOS Big Sur 11.6) # ✔ insight 0.14.4 ✔ datawizard 0.2.1 # ✔ bayestestR 0.11.0 ✔ performance 0.8.0 # ✔ parameters...

``` r library(ggplot2) #> Warning: package 'ggplot2' was built under R version 4.0.5 library(see) data

Bug :bug:

``` r library(see) library(ggplot2) ggplot(iris, aes(x = Species, y = Sepal.Length, fill = Species)) + geom_violindot(scale = "count") ``` ![](https://i.imgur.com/yPeKSEj.png) ``` r ggplot(iris, aes(x = Species, y = Sepal.Length, fill...

Bug :bug: