Commit 79ce4b8c authored by k-hench's avatar k-hench
Browse files

figure update

parent 032ea88e
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
@@ -42,6 +42,8 @@ E1 <- plot_grid(NULL,NULL,NULL,NULL,
                     '','','',''),label_size = 10)+
                     '','','',''),label_size = 10)+
  draw_grob(legGrob, 0.1, 0, .8, 0.04)
  draw_grob(legGrob, 0.1, 0, .8, 0.04)


ggsave(plot = E1,filename = '../output/E1.pdf',
#ggsave(plot = E1,filename = '../output/E1.pdf',
       width = 183,height = 155,units = 'mm',device = cairo_pdf)
#       width = 183,height = 155,units = 'mm',device = cairo_pdf)
ggsave(plot = E1,filename = '../output/E1.png',
       width = 183,height = 155,dpi = 200,units = 'mm')
#ggsave('ranges_all_label.pdf',width = 183,height = 120,units = 'mm',device = cairo_pdf)
#ggsave('ranges_all_label.pdf',width = 183,height = 120,units = 'mm',device = cairo_pdf)
+11 −11
Original line number Original line Diff line number Diff line
@@ -204,5 +204,5 @@ F1 <- ggdraw()+
                  y = c(.995,.42,.42),
                  y = c(.995,.42,.42),
                  label =letters[1:3])
                  label =letters[1:3])


ggsave(plot = F1,filename = '../output/F1.pdf',width = 183,height = 145,units = 'mm',device = cairo_pdf)
#ggsave(plot = F1,filename = '../output/F1.pdf',width = 183,height = 145,units = 'mm',device = cairo_pdf)
  
ggsave(plot = F1,filename = '../output/F1.png',width = 183,height = 145,units = 'mm',dpi = 200)
 No newline at end of file
+29 −30
Original line number Original line Diff line number Diff line
@@ -162,4 +162,3 @@ F2 <- ggdraw(p1)+
  draw_grob(panGrob, 0.954, boxes$y[3]+.78*yd, .045, .045)
  draw_grob(panGrob, 0.954, boxes$y[3]+.78*yd, .045, .045)


ggsave(plot = F2,filename = '../output/F2.png',width = 183,height = 183,dpi = 200,units = 'mm')
ggsave(plot = F2,filename = '../output/F2.png',width = 183,height = 183,dpi = 200,units = 'mm')
#ggsave('fst_mac02_weight_99.98.eps',width = 183,height = 183,dpi = 200,units = 'mm')
(3.53 KiB)

File changed.

No diff preview for this file type.

+2 −1
Original line number Original line Diff line number Diff line
@@ -16,4 +16,5 @@ p1 <- ggdraw()+
  draw_grob(GA, 0, .84, .25, .2)+
  draw_grob(GA, 0, .84, .25, .2)+
  draw_grob(HP, 0.75,.83,.25,.2)
  draw_grob(HP, 0.75,.83,.25,.2)


ggsave(plot = p1,filename = '../output/S01.pdf',width = 183,height = 183,units = 'mm',device = cairo_pdf)
#ggsave(plot = p1,filename = '../output/S01.pdf',width = 183,height = 183,units = 'mm',device = cairo_pdf)
ggsave(plot = p1,filename = '../output/S01.png',width = 183,height = 183,units = 'mm',dpi = 200)
 No newline at end of file
Loading