Displaying 6 results from an estimated 6 matches for "lmitre".
Did you mean:
mitre
2005 May 27
2
Round a line
R-help,
I have lloked in the archives found no answer to how to round the line
joint.
I have usedthe arguments lnd, ljoin in par but I get no differences in
the plotting.
x=1:10
par(ljoin="round",lend="round")
plot(x,sin(x),type="l",lwd=2)
Any suggestions?
I run on a Windows XP machine.
> version
_
platform i386-pc-mingw32
arch
2007 Mar 31
0
X11 and linux and plotting and the vertical axis
...$family
[1] ""
$fg
[1] "black"
$fig
[1] 0 1 0 1
$fin
[1] 6.989727 6.989727
$font
[1] 1
$font.axis
[1] 1
$font.lab
[1] 1
$font.main
[1] 2
$font.sub
[1] 1
$gamma
[1] 1
$lab
[1] 5 5 7
$las
[1] 0
$lend
[1] "round"
$lheight
[1] 1
$ljoin
[1] "round"
$lmitre
[1] 10
$lty
[1] "solid"
$lwd
[1] 1
$mai
[1] 1.000015 0.803934 0.803934 0.411771
$mar
[1] 5.1 4.1 4.1 2.1
$mex
[1] 1
$mfcol
[1] 1 1
$mfg
[1] 1 1 1 1
$mfrow
[1] 1 1
$mgp
[1] 3 1 0
$mkh
[1] 0.001
$new
[1] FALSE
$oma
[1] 0 0 0 0
$omd
[1] 0 1 0 1
$omi
[1] 0 0 0 0
$pch
[1] 1
$...
2004 Oct 04
7
R 2.0.0 is released
...his is a device-independent family specification
which gets mapped by the graphics device to a device-specific
font specification (see, for example, postscriptFonts()).
Currently, only PostScript, PDF, X11, Quartz, and Windows
respond to this setting.
'lend', 'ljoin', and 'lmitre' control the cap style and
join style for drawing lines (only noticeable on thick lines
or borders). Currently, only PostScript, PDF, X11, and Quartz
respond to these settings.
'lheight' is a multiplier used in determining the vertical
spacing of multi-line text.
All of these s...
2004 Oct 04
7
R 2.0.0 is released
...his is a device-independent family specification
which gets mapped by the graphics device to a device-specific
font specification (see, for example, postscriptFonts()).
Currently, only PostScript, PDF, X11, Quartz, and Windows
respond to this setting.
'lend', 'ljoin', and 'lmitre' control the cap style and
join style for drawing lines (only noticeable on thick lines
or borders). Currently, only PostScript, PDF, X11, and Quartz
respond to these settings.
'lheight' is a multiplier used in determining the vertical
spacing of multi-line text.
All of these s...
2006 Apr 24
0
R 2.3.0 is released
...rames
with date and date-time columns.
o par() and the in-line use of graphical parameters produce more
informative error messages, distinguishing between
non-existent pars and inappropriate use of valid pars.
Graphical parameters 'family', 'lend', 'ljoin' and 'lmitre'
can now be set in-line.
There is no longer a warning if non-settable pars are used
in-line, but there is an appropriate warning if unknown pars
are passed.
The length limit for the 'family' parameter has been increased
to 200 bytes, to allow for the names of some CID-keyed font...
2006 Apr 24
0
R 2.3.0 is released
...rames
with date and date-time columns.
o par() and the in-line use of graphical parameters produce more
informative error messages, distinguishing between
non-existent pars and inappropriate use of valid pars.
Graphical parameters 'family', 'lend', 'ljoin' and 'lmitre'
can now be set in-line.
There is no longer a warning if non-settable pars are used
in-line, but there is an appropriate warning if unknown pars
are passed.
The length limit for the 'family' parameter has been increased
to 200 bytes, to allow for the names of some CID-keyed font...