Dave H

Results 124 issues of Dave H

https://davidhodge931.github.io/ggblanket/reference/jumble.html#ref-examples jumble

Is it possible for scales::log_breaks to get an argument to where the breaks should cover the full range of the data? ``` r library(tidyverse) range(pressure$pressure) #> [1] 0.0002 806.0000 scales::breaks_log(7)(range(pressure$pressure))...

feature

Some other registered fonts look normal at 17 - and then this screws up margins etc

Options: * `col_steps = TRUE,` # the default * `col_binned = TRUE,` * `col_continuous_type = "steps",` * `col_type = "steps"`

pondering
breaking

Workaround hack = use `gg_blanket` It is set so that non-present items do not fall out of the legend. Option to fix is to make a `show_legend` argument set to...

pondering

The plot is correct, but the zoom is incorrect. Users can adjust `coord` and `y_breaks` to fix. Might be impossible to fix... ``` library(tidyverse) library(ggblanket) set_blanket() ggplot(msleep, aes(x = brainwt))...