similar to: Text Size in Legend

Displaying 20 results from an estimated 10000 matches similar to: "Text Size in Legend"

2005 Jul 29
5
R: graphics devices
a simple question how does one produce plots on two different graphics devices? / allan
2006 Mar 02
2
'...' passed to both plot() and legend()
Dear R-devels, I'd like to create a plot method for a class of objects that passes the '...' argument to both plot() and legend(), e.g., x <- list(data = rnorm(1000)) class(x) <- "foo" plot.foo <- function(x, legend = FALSE, cx = "topright", cy = NULL, ...){ dx <- sort(x$data) plot(dx, dnorm(dx), type = "l", ...) if (legend)
2006 Apr 18
4
how to change legend size in a figure
Dear All, I am producing a figure with many curves on it. How do I make the legends for all those curves smaller so that it can fit the figure itself? The commands I used for ploting are: plot(x1,y1,col=1,lty=1) lines(x2,y2,col=2,lty=2) ... legend(0.3,0.4,c("name1","name2",...),col=1:20,lty=1:20) Any tips for making the legend fit the figure will very welcome! Thanks! Best,
2005 Aug 22
1
How to add legend of plot.Design function (method=image)? (if (!.R.) )
Hi, When running z <- plot(fit, age=NA, cholesterol=NA, perim=boundaries, method='image') Legend(z, fun=plogis, at=qlogis(c(.01,.05,.1,.2,.3,.4,.5)), zlab='Probability') And after pointing the cursor to the plot() screen in R, I obtain the following message: Using function "locator(2)" to place opposite corners of image.legend Error in
2005 Nov 21
1
Howto? plot legend with no line behind the points
Hi R-help, We are using R 2.2 on Win XP and have a detail question on how the legend can be optimised. We use the following; -> plot(,type="b",...) The lines in the plot do not cross the points. How can we obtain the same effect in the legend? (points without a line through them..) We tried setting the pt.bg to white but this did not help. See script below. thanks, Jan
2003 Nov 26
1
ocfs-2.4.21-EL-smp-1.0.9-9.i686.rpm does not workwith RHEL 3errata kernel
>also - for async io ; >p2448994_9204_LINUX.zip is the patch to apply for oracle >(this is metalink ARU patch number). Wim, The patch description on Metalink says: DIRECT IO SUPPORT ON EXT2 FILESYSTEM Which wasn't quite what I was expecting. Kevin -----Original Message----- From: Wim Coekaerts [mailto:wim.coekaerts@oracle.com] Sent: 25 November 2003 03:23 To: Brian M. Diehl
2004 Aug 31
2
Upgrading from 1.0.9-9 to 1.0.13-1
Hello All, I am currently running ocfs 1.0.9-9 with kernel 2.4.21-4.Elhugemem (RHEL3) and 9i RAC (9.2.0.4). Is there any big concerns I need to be aware of before upgrading to ocfs-1.0.13-1 and kernel 2.4.20-31.9? TIA, +-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+ | Brian M. Diehl, RHCE A-1 Limousine | | Sr. Network Admin 609-919-2019 | | "In the end, things
2006 Nov 09
4
Plotting symbols with two positions?
Thanks a lot to Demitris for a prompt answer some minutes ago on another tread (see below). To avoid excess mails on the list, I move onto next question: I have another small plotting problem that confuses me. I want to plot results from a field trial series, using the numbers of the trials as symbols in the plot. pch = as.character(trial_no) works fine, but truncates the trial number to the
2017 Mar 31
2
100% CPU after upgrade.
Hi all, I've upgraded to Asterisk 13.14.0 and now I'm seeing that Asterisk is using 100% CPU. I have one AMI agent connected that is acting rationally. I've got a hand full of SIP (RT) registrations. There is no other call activity. I've tried to unload various modules; nothing resolved the issue. Any suggestions? -- Mike Diehl
2004 Apr 02
0
Hessian in constrOptim
Dear R-users, In the function constrOptim there is an option to get an approximation to the hessian of the surrogate function R at MLE by declaring hessian=TRUE in the calls to the function optim. I would like to ask if it is advisable to get an approximate hessian for the funcrion f as follows: f''(theta)=R''(theta|theta_k)-B''(theta) where
2004 Dec 13
3
Busy message on ISDN cards?
Hi all, I'm new to asterisk and not too knowledgeable on ISDN, so please be gentle :) I have a dual-channel Eicon Diehl Diva card in a Debian Woody box with kernel 2.4.27, connecting to a Telstra (Australia) Onramp Home Highway ISDN line. I'm pretty certain the card and line both work since they've been used in this machine for PPP before this (but with an older kernel with DoV
2016 Mar 23
3
ODBC crashing asterisk
Hi all, I've got a new server up, but it's not staying up.... After a day or so, it segfaults with: [Mar 22 23:17:49] WARNING[12177]: res_odbc.c:1406 _ast_odbc_request_obj2: SetConnectAttr (Txn isolation) returned an error: HY000: [MySQL][ODBC 5.2(a) Driver]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use
2011 Jul 21
1
Rebooting a Grandstream
Hi all, I've got a number of Grandstream phones and I'd like to be able to reboot them remotely, as I do my Polycoms... I've got this in my sip_notify.cfg: [grandstream-check-cfg] Event=>sys-control Doesn't seem to work. Any ideas? -- Take care and have fun, Mike Diehl.
2010 Oct 26
2
No media being sent in SIP call
Hi all, I seem to be having a strange problem with a sip trunk. On a fairly frequent basis, I'll make a call, ore receive a call, and there will be NO sound. The strange part is that both endpoints are public IP addresses so NAT isn't in play and a sniffer trace reveals that the packets simply aren't being sent. It only seems to happen on a particular trunk. The same phone
2011 Apr 25
3
PAP2T auto answer?
Hi all, Is it possible to send a SIP header to a PAP2T or SPAxxxx and cause the device to automatically answer? I can do this with my Polycom phones and would like to do it with my ATA's. Any ideas? -- Take care and have fun, Mike Diehl.
2019 Jul 31
4
doveadm: Error: open(/proc/self/io) failed
> On 30 Jul 2019, at 22.53, Tom Diehl via dovecot <dovecot at dovecot.org> wrote: > > On Tue, 30 Jul 2019, Reio Remma via dovecot wrote: > >> On 30.07.2019 20:07, Tom Diehl via dovecot wrote: >>> >>> Does anyone have an Idea how to fix this? >> >> Perhaps see if there are any denials in SELinux audit log: > > Selinux is in
2005 Sep 05
0
New package for grouped data models
Dear R-users, We'd like to announce the release of our new package "grouped" (available from CRAN), for fitting models for grouped or coarse data, under the Coarsened At Random assumption. This is useful in cases where the true response variable is known only up to an interval in which it lies. Features of the package include: power calculations for two-group comparisons,
2005 Sep 05
0
New package for grouped data models
Dear R-users, We'd like to announce the release of our new package "grouped" (available from CRAN), for fitting models for grouped or coarse data, under the Coarsened At Random assumption. This is useful in cases where the true response variable is known only up to an interval in which it lies. Features of the package include: power calculations for two-group comparisons,
2011 Feb 19
4
AGI script dies after receivefax
Hi all, I've got a perl agi script that exec()'s the FFA version of receivefax to... receive a fax. However, after the fax is received, the script seems to die. This is what I have: $main::agi->exec("receivefax","/tmp/${$}.tiff|fs"); $main::agi->verbose("FAX COMPLETE",1); I never see the "FAX COMPLETE" message on the console, I've set
2019 Jul 30
4
doveadm: Error: open(/proc/self/io) failed
On 30.07.2019 20:07, Tom Diehl via dovecot wrote: > > Does anyone have an Idea how to fix this? > > Regards, > Perhaps see if there are any denials in SELinux audit log: sudo grep denied /var/log/audit/audit.log | grep dovecot | audit2allow -a Good luck, Reio