From ef088adf1bd760d283dca3c6f3e4fbfcd8fc3e7b Mon Sep 17 00:00:00 2001 From: vidonne Date: Fri, 3 Jan 2025 13:22:09 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20unhcr-da?= =?UTF-8?q?taviz/unhcrthemes@a83c74c115834f979fbc2f748ef7d8548d2f53ea=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/unhcrthemes.html | 18 +++++++-------- index.html | 23 ++++++++++---------- news/index.html | 5 +++++ pkgdown.yml | 2 +- reference/figures/README-base-plot-1.png | Bin 190742 -> 188920 bytes reference/figures/README-geom-plot-1.png | Bin 156997 -> 155784 bytes reference/figures/README-palette-all-1.png | Bin 141448 -> 144910 bytes reference/figures/README-palette-blue-1.png | Bin 37173 -> 38846 bytes reference/figures/README-scale-plot-1.png | Bin 240396 -> 238657 bytes search.json | 2 +- 10 files changed, 28 insertions(+), 22 deletions(-) diff --git a/articles/unhcrthemes.html b/articles/unhcrthemes.html index dd59983..b6df94b 100644 --- a/articles/unhcrthemes.html +++ b/articles/unhcrthemes.html @@ -74,7 +74,7 @@

The unhcrthemes package provides tools to create -ggplot2 visualizations that adhere to the United Nations High +ggplot2 visualizations that adhere to the United Nations High Commissioner for Refugees (UNHCR) data visualization guidelines.

One of the main functions, theme_unhcr, allows for the easy application of UNHCR theme to your ggplot2 @@ -348,13 +348,13 @@

Axis title and text

Axis ticks

-

Even if axis ticks aren’t part of the UNHCR data -visualization guidelines, they can sometimes be useful. To control -the visibility of axis ticks, you can use the axis_ticks -parameter in the theme_unhcr function. By default, this -parameter is set to FALSE, which turns off all the axis -ticks. Using axis_ticks = TRUE adds both X and Y axis -ticks, axis_ticks = "X" adds only the X axis ticks, +

Even if axis ticks aren’t part of the UNHCR data visualization +guidelines, they can sometimes be useful. To control the visibility +of axis ticks, you can use the axis_ticks parameter in the +theme_unhcr function. By default, this parameter is set to +FALSE, which turns off all the axis ticks. Using +axis_ticks = TRUE adds both X and Y axis ticks, +axis_ticks = "X" adds only the X axis ticks, axis_ticks = "Y" adds only the Y axis ticks, and axis_ticks = FALSE removes all axis ticks.

@@ -513,7 +513,7 @@

Conclusionfunction -documentation page and the UNHCR Data Visualization +documentation page and the UNHCR Data Visualization Platform