search for: textfontsize

Displaying 1 result from an estimated 1 matches for "textfontsize".

Did you mean: setfontsize
2007 Apr 25
1
barchart producing incorrect number of barcharts when columns renamed
...get when I reset the column titles. Not Clipped Clipped Errs 20 (18) 71 (46) Stops 32 (24) 46 (36) The following is the code used to create the barcharts with sample text output below it. library('lattice') rm(list=ls()) textFontSize=6; pdf('../data/cocaineBarcharts.pdf', paper='a4') fontsize=trellis.par.get("fontsize"); fontsize$text=textFontSize; trellis.par.set("fontsize", fontsize); resultsDirs=c("../data/Group.results.noclipping", "../data/ Group.results.clipped");...