Skip to content
Snippets Groups Projects
Commit a2e74e3b authored by Daniel.Kalioudjoglou's avatar Daniel.Kalioudjoglou
Browse files

remodification des espaces des etiquettes

parent 6699ec34
Branches
No related tags found
2 merge requests!65maj_avant_transfert_vers_gitlabforge,!4675-afficher-les-valeurs-negatives-sur-le-graph-3-1
Pipeline #185395 failed
......@@ -85,7 +85,7 @@ creer_graphe_3_1 <- function(millesime_stock_artif = NULL,
ggplot2::geom_hline(yintercept = 0, color = "grey", size = 0.8) +
ggplot2::aes(label = mapfactory::format_fr_pct_2(.data$valeur, accuracy = 0.1)) +
ggplot2::geom_label(
position = ggplot2::position_dodge(width = 1),
position = ggplot2::position_dodge(width = 0.5),
vjust = 0.5, hjust = -0.5
) +
ggplot2::coord_flip() +
......
......@@ -32,7 +32,7 @@ ggplot2::theme_set(gouvdown::theme_gouv(plot_title_size = 14, subtitle_size = 1
La fonction `creer_graphe_3_1()` produit le graphique du taux de croissance comparee des surfaces artificialisees et de la population par département.
```{r creer_graphe_3_1, fig.height=5,fig.width=8}
```{r creer_graphe_3_1, fig.height=9,fig.width=7}
creer_graphe_3_1(millesime_stock_artif = 2020,
millesime_population = 2019,
code_reg = '52',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment