Hi R users, I am using the plot() function, but have a problem. When saving as pdf format, the ? sign in the x-axis label becomes (...) sign. I prefer to save in pdf, as this format has a higher resolution than jpeg or other picture formats. Could anyone tell me how to do then? Thanks. [[alternative HTML version deleted]]
> On 6 Aug 2017, at 03:01, lily li <chocold12 at gmail.com> wrote: > > I am using the plot() function, but have a problem. When saving as pdf > format, the ? sign in the x-axis label becomes (...) sign. I prefer to save > in pdf, as this format has a higher resolution than jpeg or other picture > formats. Could anyone tell me how to do then? Thanks.Please, share minimal example. which function do you use to save the plot as pdf? ?pdf' or ?cairo_pdf? or something else?
In the lower right panel of R-studio interface, there is the "Export" button. I saved as PDF from there directly, rather than using functions On Sat, Aug 5, 2017 at 6:18 PM, Ismail SEZEN <sezenismail at gmail.com> wrote:> > > On 6 Aug 2017, at 03:01, lily li <chocold12 at gmail.com> wrote: > > > > I am using the plot() function, but have a problem. When saving as pdf > > format, the ? sign in the x-axis label becomes (...) sign. I prefer to > save > > in pdf, as this format has a higher resolution than jpeg or other picture > > formats. Could anyone tell me how to do then? Thanks. > > Please, share minimal example. which function do you use to save the plot > as pdf? ?pdf' or ?cairo_pdf? or something else? > >[[alternative HTML version deleted]]