tomwenseleers / export

R package for streamlined export of graphs and data tables.
192 stars 35 forks source link

Problem when editing the axis text after graph2pdf. #48

Closed lincj1994 closed 2 years ago

lincj1994 commented 2 years ago

Hi. I have created a plot using ggplot2 and exported it using graph2pdf. I wanted to edit it using illustrator and found a problem when editing the text of the x axis. Several of the texts were merged together and cannot be edited separately. It seems the last number of each text is not in the right format. I'm wondering if you can fix it. Thanks. Lin.

image image

cvanderaa commented 2 years ago

Hello,

Do you have the same issue with export::graph2svg()? I'm afraid there is not much we can do on our end.

Note that you can do most of the axis editing with ggplot2 directly.