Page 1 of 1

How to see full code (for increasing font size)?

Posted: Tue Sep 21, 2021 8:33 am
by Mary
How to see full code (as in the "R commander") for customizing images?
===
Many thanks, reason180, for understanding and thorough answer! P.S. I just wanted to increase the font size in the image: when I decreasing image size (for publication) fonts become unacceptable small

Dear, reason180, many thanks for sharing your experience!!!

Re: HOW TO SEE FULL CODE (for сustomizing)?

Posted: Tue Sep 21, 2021 7:04 pm
by reason180
I think jamovi is in fact giving you "the full R code," so to speak. The thing about the R ecosystem is that it's largely package-based. If you have the jmv (i.e., the jamovi) R package installed in R, and if you get your data frame properly setup in R, the code that jamovi gives you will indeed run in R. It's just that the jmv package doesn't provide the user with access to the ggplot2 package-code that the jmv package references. My guess that if, for example, you wanted to use R to adjust the range of the vertical axis in one of the jamovi plots, you'd have a lot of jmv and ggplot code to comb through. It might be easier to just make the graph from scratch using ggplot2/R, or using some other software.

Re: How to see full code (for INCREASING FONT SIZE)?

Posted: Wed Sep 22, 2021 9:22 pm
by reason180
If it's just fonts you're concerned with, you could export the plot as a PDF, and then use some sort of PDF editor (Adobe Illustrator?; LibreOffice Draw?) to enlarge the fonts.

Re: How to see full code (for increasing font size)?

Posted: Mon Dec 06, 2021 5:38 pm
by bjfrommu
Does anyone know what font the plots use? My prof wants me to match my excel plot font with the jamovi font! Thanks!

Re: How to see full code (for increasing font size)?

Posted: Mon Dec 13, 2021 4:17 am
by reason180
@bjfrommu

You could export the plot as a pdf, then copy some text out of the pdf and paste it into Microsoft Word and observe what font Word uses.

Re: How to see full code (for increasing font size)?

Posted: Tue Jul 05, 2022 7:23 am
by sarahroxon
I just wanted to say this is a clever trick