search for: rplot03d

Displaying 3 results from an estimated 3 matches for "rplot03d".

2017 Feb 10
2
Grapics Device Resolution Limits
...d The first of those is reporting what the GraphApp toolkit said, talking directly to Windows GDI (and look at the Windows documentation for e.g. CreateCompatibleBitmap to see that no limits are mentioned). Even on Windows you have the option of using other png() devices: png(filename = "Rplot03d.png", width = 480, height = 480, units = "px", pointsize = 12, bg = "white", res = NA, family = "", restoreConsole = TRUE, type = c("windows", "cairo", "cairo-png"), antialias) Try the other 2 types: the cairo devices...
2017 Feb 10
0
Grapics Device Resolution Limits
...ting what the GraphApp toolkit said, talking > directly to Windows GDI (and look at the Windows documentation for e.g. > CreateCompatibleBitmap to see that no limits are mentioned). > > > Even on Windows you have the option of using other png() devices: > > png(filename = "Rplot03d.png", > width = 480, height = 480, units = "px", pointsize = 12, > bg = "white", res = NA, family = "", restoreConsole = TRUE, > type = c("windows", "cairo", "cairo-png"), antialias) > > Try the other 2 type...
2017 Feb 10
3
Grapics Device Resolution Limits
Good day, Could the documentation of graphics devices give some explanation of how big the bitmap limits are? For example, > png("Figure1A.png", h = 7, w = 7, res = 1000, units = "cm") Results in Error: unable to start png() device, but the help page of devices doesn't explain that there are any limits or how they are determined. The wording of the error message could