hrbrthemes icon indicating copy to clipboard operation
hrbrthemes copied to clipboard

:lock_with_ink_pen: Opinionated, typographic-centric ggplot2 themes and theme components

Results 32 hrbrthemes issues
Sort by recently updated
recently updated
newest added

The images here don't work: https://hrbrmstr.github.io/hrbrthemes/index.html

Many of the issues filed for this package are unsurprisingly font related. To help alleviate or even prevent these issues, the package needs: - better documentation on fonts - platform-specific...

enhancement

Hi, I would like to use hrbdthemes with a PDF output Rmarkdown document. Truing this simple example : ``` --- title: "hrbrthemes testbed" output: pdf_document --- ```{r setup, include=FALSE} knitr::opts_chunk$set(echo...

Strip text on facetted plots is a *bit* hard to make out. ``` r library(ggplot2) library(hrbrthemes) packageVersion("hrbrthemes") #> [1] '0.6.0' ggplot(mtcars, aes(mpg, hp)) + geom_point() + facet_wrap(~cyl) + theme_modern_rc() +...

In the documentation here: ![https://hrbrmstr.github.io/hrbrthemes/](https://hrbrmstr.github.io/hrbrthemes/) The following link seems to be to a corrupted image file: ![https://hrbrmstr.github.io/hrbrthemes/README_figs/README-unnamed-chunk-5-1.png](https://hrbrmstr.github.io/hrbrthemes/README_figs/README-unnamed-chunk-5-1.png)

Hi @hrbrmstr I've created a dark (FT-based) Roboto R markdown template called `FT` (based on the existing `ipsum` HTML template); perhaps this is useful for others as well so I've...

I am trying to get PDF files using ggsave. PNG files work correctly and display the fonts I want to use like Roboto or Arial Narrow. But when I try...

We are contacting you because you are the maintainer of **hrbrthemes**, which imports **ggplot2** and uses **vdiffr** to manage visual test cases. The upcoming release of **ggplot2** includes several improvements...

``` In grid.Call(L_textBounds, as.graphicsAnnot(x$label), ... : font family 'Arial Narrow' not found in PostScript font database ``` Same as hrbrmstr/hrbrmisc#3, but this time with correct family name of `Arial Narrow`...