Skip to content

Commit

Permalink
legend.title.align is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
tonnrueter committed Feb 28, 2024
1 parent e30fffd commit 753a0f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/mipLineHistorical.R
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,7 @@ mipLineHistorical <- function(x,x_hist=NULL,color.dim="identifier",linetype.dim=
axis.text.x=element_text(size=text_size, angle=90, hjust=.5, colour="black"),
legend.position="bottom",
legend.direction = "horizontal",
legend.title=element_text(size=text_size,face="bold"),
legend.title.align=0,
legend.title=element_text(size=text_size,face="bold",hjust=0),
legend.text=element_text(size=text_size-2),
#legend.background=element_rect(fill="white"),
legend.key=element_blank(),
Expand Down

0 comments on commit 753a0f8

Please sign in to comment.