diff --git a/supplementary_fig02.md b/supplementary_fig02.md index d525bf1..47959ba 100644 --- a/supplementary_fig02.md +++ b/supplementary_fig02.md @@ -526,14 +526,14 @@ par(mfrow = c(2, 1), mar = c(3, 4, 1, 1)) # Plot the first sample data ms.plot(msdata[msdata$sample == 'RXN488',], col = RColorBrewer::brewer.pal(6, 'PuOr')[2]) # Add label for the first sample -text(1500, 90, mylabels[2], col = RColorBrewer::brewer.pal(6, 'PuOr')[2]) +text(1400, 90, mylabels[2], col = RColorBrewer::brewer.pal(6, 'PuOr')[2]) # Reset the layout for the second subplot par(mar = c(4, 4, 1, 1)) # Plot the second sample data ms.plot(msdata[msdata$sample == 'RXN594',], col = RColorBrewer::brewer.pal(6, 'PuOr')[6]) # Add label for the second sample -text(1500, 90, mylabels[1], col = RColorBrewer::brewer.pal(6, 'PuOr')[6]) +text(1400, 90, mylabels[1], col = RColorBrewer::brewer.pal(6, 'PuOr')[6]) ``` ![](supplementary_fig02_files/figure-commonmark/unnamed-chunk-23-1.png) diff --git a/supplementary_fig02.qmd b/supplementary_fig02.qmd index 2453681..4516d8e 100644 --- a/supplementary_fig02.qmd +++ b/supplementary_fig02.qmd @@ -315,14 +315,14 @@ par(mfrow = c(2, 1), mar = c(3, 4, 1, 1)) # Plot the first sample data ms.plot(msdata[msdata$sample == 'RXN488',], col = RColorBrewer::brewer.pal(6, 'PuOr')[2]) # Add label for the first sample -text(1500, 90, mylabels[2], col = RColorBrewer::brewer.pal(6, 'PuOr')[2]) +text(1400, 90, mylabels[2], col = RColorBrewer::brewer.pal(6, 'PuOr')[2]) # Reset the layout for the second subplot par(mar = c(4, 4, 1, 1)) # Plot the second sample data ms.plot(msdata[msdata$sample == 'RXN594',], col = RColorBrewer::brewer.pal(6, 'PuOr')[6]) # Add label for the second sample -text(1500, 90, mylabels[1], col = RColorBrewer::brewer.pal(6, 'PuOr')[6]) +text(1400, 90, mylabels[1], col = RColorBrewer::brewer.pal(6, 'PuOr')[6]) ``` Lets save the figure as a PDF: diff --git a/supplementary_fig02_files/figure-commonmark/unnamed-chunk-23-1.png b/supplementary_fig02_files/figure-commonmark/unnamed-chunk-23-1.png index 5de4962..a4448d3 100644 Binary files a/supplementary_fig02_files/figure-commonmark/unnamed-chunk-23-1.png and b/supplementary_fig02_files/figure-commonmark/unnamed-chunk-23-1.png differ