You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reviewing this commit prompted by issue #10, I started wondering whether the font face is properly captured. The answer seems to be "not always". I'm opening a separate issue for this because it's independent of the device issue.
pfun <- function() {
plot(1:10, 1:10, font = 2, font.lab = 3, font.main = 4,
xlab = "x axis", ylab = "y axis", main = "Plot title")
}
pfun()
Here, grid.echo() misses the generic font specification, which applies to the axis tick labels. Plot title and axis labels are correctly styled, however.
When reviewing this commit prompted by issue #10, I started wondering whether the font face is properly captured. The answer seems to be "not always". I'm opening a separate issue for this because it's independent of the device issue.
Here,
grid.echo()
misses the generic font specification, which applies to the axis tick labels. Plot title and axis labels are correctly styled, however.Now for 3d plots:
The font-face setting for the axis labels is lost with
grid.echo()
:The text was updated successfully, but these errors were encountered: