Displaying 2 results from an estimated 2 matches for "coltext".
Did you mean:
coltext1
2009 Jun 05
1
Antialiasing plots and text on different devices
...ras = c("*",".", "o","O","0","+","-","|","%","#"),
cex = 3, ## good for both .Device=="postscript" and "x11"
col = "red3", bg = "gold", coltext = "brown", cextext = 1.2,
main = paste("plot symbols : points (... pch = *, cex =",
cex,")"))
{
nex <- length(extras)
np <- 26 + nex
ipch <- 0:(np-1)
k <- floor(sqrt(np))
dd <- c(-1,1)/2...
2007 Feb 14
0
[874] trunk/wxruby2/swig/classes/include/wxGridCellAttr.h: Add missing and useful default ctor
...lt = NULL);
-
- // VZ: considering the number of members wxGridCellAttr has now, this ctor
- // seems to be pretty useless... may be we should just remove it?
</del><ins>+ wxGridCellAttr();
</ins><span class="cx"> wxGridCellAttr(const wxColour& colText,
</span><span class="cx"> const wxColour& colBack,
</span><span class="cx"> const wxFont& font,
</span></span></pre>
</div>
</div>
</body>
</html>