search for: canhadj

Displaying 2 results from an estimated 2 matches for "canhadj".

Did you mean: canada
2001 Aug 03
1
Text adjustment outside (0,1)
Funnily enough, it seems that adjustment of text in the verical direction is more flexible than in the horizontal. Horizontal adjustment parameters, seem to be set to the closest of 0 and 1 if they fall outside (0,1). Try e.g.: plot(0:1,0:1) for (a in seq(-5,5,0.5) ) text(0.5, 0.5, "Y", adj=c(0,a), cex=2, col="red" ) for (a in seq(-5,5,0.5) ) text(0.5, 0.5, "X",
2005 Apr 02
2
Building new graphic device drivers with g++
...v->yLineBias = 0.1; dev->ipr[0] = 1.0/72; dev->ipr[1] = 1.0/72; /* * Device capabilities */ dev->canResizePlot= FALSE; dev->canChangeFont= FALSE; dev->canRotateText= TRUE; dev->canResizeText= TRUE; dev->canClip = TRUE; dev->canHAdj = 2; dev->canChangeGamma = FALSE; dev->displayListOn = TRUE; dev->newDevStruct = 1; return TRUE; } } ======================================================================== ====================== Best regards, Markku Mielityinen