Skip to content

Commit

Permalink
Update worth_map.R
Browse files Browse the repository at this point in the history
  • Loading branch information
kauedesousa committed Aug 6, 2024
1 parent dff382b commit b4c1561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/worth_map.R
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ worth_bar = function(object, ...){
legend.text = ggplot2::element_text(size = 9),
panel.grid.major = ggplot2::element_blank(),
axis.text.x = ggplot2::element_text(color = "grey20"),
axis.text.y = ggplot2::element_text(angle = angle, vjust = 1,
hjust=1, color = "grey20")) +
axis.text.y = ggplot2::element_text(angle = angle, vjust = 0.5,
hjust = 1, color = "grey20")) +
ggplot2::labs(y = "",
x = "")

Expand Down

0 comments on commit b4c1561

Please sign in to comment.