Skip to content

Commit

Permalink
fix: remove ajustar_texto
Browse files Browse the repository at this point in the history
Ref: #194
  • Loading branch information
GeraldineGomez committed Aug 1, 2024
1 parent 6c3eab9 commit ee582a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/plotting.R
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,6 @@ plot_fecha_inisintomas <- function(data_agrupada,
etiqueta_fecha <- obtener_val_config("label_date_ini")
etiqueta_x <- paste0("\n", etiqueta_fecha, " por ", uni_marca, "\n")
etiqueta_casos <- obtener_val_config("label_cases")
if (num_eventos > 3) {
ajustar_texto <- TRUE
}
plot_casos_inisintomas <-
ggplot2::ggplot(
data_plot,
Expand Down
Binary file added inst/extdata/depto_adm_shp_simp.zip
Binary file not shown.

0 comments on commit ee582a8

Please sign in to comment.