Displaying 4 results from an estimated 4 matches for "witdh".
Did you mean:
witch
2005 Aug 15
1
png and resolution (PR#8066)
Full_Name: Knut krueger
Version: 2.1.1
OS: xp Home
Submission from: (NULL) (149.225.134.34)
In the png function the value res seems to be inactive:
bmp(filename = "c:/r/Rplot%03d.bmp", width = 1920, height = 1920, pointsize =
48, bg = "white", res = 2400)
result:
witdh/heigth = 1920 <> 20.32 mm
ppi=2400
Results as expected
png(filename = "c:/r/Rplot%03d.png", width = 1920, height = 1920, pointsize =
48, bg = "white", res = 2400)
witdh/heigth = 1920 <> 20.32 mm
ppi=150
Result not as expected.
2011 Jul 10
3
change legend character size in image.plot
I'm using the image.plot() function (fields package), but I want to enlarge
the characters of the legend (as they are too small to be read in a combined
figure), but there is no way I can find a command to do this. I can enlarge
the legend bar (with legend.witdh), axis character size (cex.axis) or the
total legend size (legend.shrink), but not the character size of the legend
characters itself (and only that). Is it possible to do it in one or another
way?
Regards,
Dieter
--
View this message in context: http://r.789695.n4.nabble.com/change-legend-chara...
2005 Jul 12
5
High resolution plots
Is there any possibility to get high resolution plots in a windows xp
system?
I tried it with the device function png(filename =
"c:/r/highresplot%d.png",pointsize=12, res=900)
but when I try to set: width = 480, height = 480 or pointsize = 12,
the text is not scaled in the same way as the plots.
with regards
Knut Krueger
http://www.biostatistic.de
2011 Nov 23
1
Colorbar too wide in eps
...e screen.
But if I wrap these two lines
>postscript(file="myplot.eps",paper="special",width=4,height=4,family='Times',horizontal=FALSE)
...
>dev.off()
around the line above in order to create an eps file, the bar is much too wide.
I tried to play around the "witdh" parameter of the "postscript"
command and tried to use the "legend.width" parameter on the
"filled.contour" command - without success.
Anybody ran into a similar problem once?
Thanks for helping me out,
Max