mirror of
https://github.com/dchakro/ggplot_themes.git
synced 2026-05-17 11:22:16 -07:00
update gif
This commit is contained in:
parent
fe72db0a85
commit
fdeae2c17d
2 changed files with 2 additions and 2 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 212 KiB After Width: | Height: | Size: 242 KiB |
4
source.R
4
source.R
|
|
@ -23,8 +23,8 @@ customtheme <- DC_theme_generator(type='square')
|
|||
ggplot(data = dat,aes(x=X,y=Y,color=Class))+geom_point()+scale_color_manual(values=c("red","blue"))+xlab("X-axis")+ylab("Y-axis")+ggtitle("DC_theme_generator('square')")+customtheme
|
||||
ggsave("~/Desktop/tmp/4.png",width = 6,height = 5,dpi = "print")
|
||||
|
||||
|
||||
|
||||
# convert to gif by using ImageMagick https://imagemagick.org
|
||||
# system(command = 'cd ~/Desktop/tmp; convert -delay 100 -loop 0 *.png animation.gif')
|
||||
|
||||
customtheme <- DC_theme_generator(type = 'L',
|
||||
legend = 'F',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue