Skip to content

Commit

Permalink
scale
Browse files Browse the repository at this point in the history
  • Loading branch information
wibeasley committed Mar 17, 2023
1 parent 670b46f commit dc89802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Diagrams/BbmcLogos/BbmcDistribution.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ g <- ggplot(data.frame(x=seq(from=0, to=10, length=5)), aes(x)) +
theme(axis.ticks=element_line(colour=color1)) +
theme(plot.margin = unit(c(0,0,0,0), "cm"))

ggsave(plot=g, filename="./Diagrams/BbmcLogos/bbmc-distributions-background-clear-short-2.png", width=.5, height=.05, dpi=100, bg=NA, scale=20)
ggsave(plot=g, filename="./Diagrams/BbmcLogos/bbmc-distributions-background-clear-short-2.png", width=.5, height=.05, dpi=100, bg=NA, scale=30)
ggsave(plot=g, filename="./Diagrams/BbmcLogos/bbmc-distributions-background-clear-short.png", width=.5, height=.1, dpi=100, bg=NA, scale=20)
ggsave(plot=g, filename="./Diagrams/BbmcLogos/bbmc-distributions-background-clear.png", width=5.5, height=2.2, dpi=1200, bg=NA)
ggsave(plot=g, filename="./Diagrams/BbmcLogos/bbmc-distributions-background-white.png", width=5.5, height=2.2, dpi=1200, bg="white")
Expand Down

0 comments on commit dc89802

Please sign in to comment.