search for: ndc

Displaying 20 results from an estimated 37 matches for "ndc".

Did you mean: dc
2010 Jan 06
0
ZFS filesystem size mismatch
...No reservations. Files and processes that filled up the file systems have been removed/stopped. Server: Sun Fire V240 with Solaris 10 10/08 Sparc. iSCSI-connected storage. Size on other zfs file systems on this server are correctly reported. See output below. Any ideas?? iscsi-roskva# ls -la /ndc total 57 drwxr-xr-x 11 root root 11 Jan 5 13:33 . drwxr-xr-x 30 root root 38 Jan 6 07:17 .. drwxr-xr-x 2 root other 12 Nov 29 22:59 TT_DB drwxr-xr-x 66 1050 11000 112 Jan 5 21:20 cssdata drwxr-xr-x 4 206 26 4 Mar 24 2009 d...
2004 Jan 08
1
Using split.screen
...this: split.screen(matrix(c(0,0.5,0,0.5, 0.5,1,0.5,1), byrow=F, ncol=4)) and a couple of variants on it, but get the same error: Error in par(.split.screens[[cur.screen]]) : invalid value specified for graphics parameter "fig". The help usefully says that they are defined in NDC units, but I don't know what an NDC unit is, and there isn't any example. The code in kjetil brinchmann halvorsen's message on R-help on Mar 31 2003 (do a search for "NDC units"!) didn't work either, it gives the same message: > split.screen( matrix( c(0, 0.3, 0....
2002 Jan 25
3
suid files and bsd
...xample proc/ root/ tmp/ mknod tmp/mysql.sock : Invalid argument mknod tmp/orbit-daud/orb-12573780511489051058 : Invalid argument mknod tmp/orbit-daud/orb-139425434385535813 : Invalid argument mknod var/pwcheck/pwcheck : Invalid argument var/run/ mknod var/run/log : Invalid argument mknod var/run/ndc : Invalid argument mknod var/run/printer : Invalid argument srw-rw-rw- 1 root wheel 0 Jan 23 11:52 log srw------- 1 root wheel 0 Jan 23 11:53 ndc srwxrwx--- 1 root wheel 0 Jan 23 11:53 printer I would figure that copying the file and setting the file typr would be...
2009 Aug 12
3
How to label and unlabel points on scatterplot with mouse pointer
Dear all, How can I label/unlabel points on scatterplot with mouse pointer. As the mouse approches near to point, it should label the closest point, then unlabel when it moves away. How can I do in R? I be very thankful. Thanks and Regards, Hitesh Singla -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
2009 Oct 02
3
plot scale
Hi, Is there a way to set the scale of a plot (i.e. number of axis units per centimeter) when you output it to postscript? If not, how am I supposed to plot graphs with different axis limits to the same scale? They just get resized to fit the paper so that graphs which show a smaller number of axis units end up with a larger scale. Cheers, Ben -- Dr. Ben Kenward Department of Psychology,
2009 Jul 15
4
duplicate data points on a line graph
Hi, I am new to R plot. I am trying to increase the data point observation when duplicate data points exist x y 1 10 1 10 2 3 4 5 9 8 in the about example 1, 10 would be displayed larger than the other data points. Could someone give me some assistance with this problem 757-864-7114 LARC/J.L.Shipman/jshipman Jeffery.L.Shipman at nasa.gov
2000 Feb 08
1
DEC cc doesn't like c++ comments (PR#416)
...saved_position_x, saved_position_y); */ break; case C_RIGHT_ONE_EM: --- ./src/main/plot3d.c.dec-cc.patch Mon Feb 7 14:57:15 2000 +++ ./src/main/plot3d.c Mon Feb 7 14:58:58 2000 @@ -243,8 +243,8 @@ x = REAL(label)[i]; y = REAL(label)[i+4]; GConvert(&x, &y, USER, NDC, dd); - // x = GConvertXUnits(REAL(label)[i], USER, NDC, dd); - // y = GConvertYUnits(REAL(label)[i+4], USER, NDC, dd); + /* x = GConvertXUnits(REAL(label)[i], USER, NDC, dd); + y = GConvertYUnits(REAL(label)[i+4], USER, NDC, dd); */ if ((x < 0) || (x > 1) || (y < 0) || (y &g...
2008 Sep 04
2
Adding a legend to R graph device with several plots (no to individual plots!)
Dear Users, I already posted this question: it either went unnoticed, or it is to basic (if this is so, please sent me a hint). I would like to know if there is a way to add a common legend to an arrangement of plots. In the example below, I get four plots in my device. each one has a density for 1995 and one for 2006. I have found that using legend or smartlegend I can add a legend to each plot,
2009 Nov 25
2
Name failed to restart with service named restart command
I have Centro 5.4 it named starts at bootup but fails to restart when I give command service named restart and it there is no any error in syslog messages. With reload command I get the following message in syslog :- Nov 25 14:03:30 unitedinfotechs named[2201]: using default UDP/IPv4 port range: [1024, 65535] Nov 25 14:03:30 unitedinfotechs named[2201]: using default UDP/IPv6 port range: [1024,
2009 Jul 28
0
[PATCH 2/8] nv50: fix viewport transform
The translation also needs to be inverted, and in bypass mode the state tracker incorrectly assumes that Y = 0 = TOP, so we need inversion there to; NDC clipping has to be deactivated explicitly. --- src/gallium/drivers/nv50/nv50_state_validate.c | 31 +++++++++++++++-------- 1 files changed, 20 insertions(+), 11 deletions(-) diff --git a/src/gallium/drivers/nv50/nv50_state_validate.c b/src/gallium/drivers/nv50/nv50_state_validate.c index 03aed...
2009 Jan 14
4
How to get legend outside of plot?
I am creating a CDF plot function more user-friendly than any default r function. Depending upon the bimodality of the data (it is often bimodal), or any other strange data trends, the points can end up gathering in just about any corner of the plot. So, when I add a legend, whether I choose to add it in the bottom right, top left, or wherever, it will sometimes end up putting the legend right
2009 Jul 12
0
[PATCH 2/3] nv50: fix viewport transform
We need to invert the viewport translate/scale parameters when the state tracker thinks we have Y_0_TOP. If these cases, we have do to bypass mode by setting an identity viewport transform for x, z and inversion for y, or p.e. clear_with_quad won't work correctly. Clipping for xy in NDC space needs to be disabled then. --- src/gallium/drivers/nv50/nv50_context.h | 1 + src/gallium/drivers/nv50/nv50_state_validate.c | 55 +++++++++++++++++------- 2 files changed, 40 insertions(+), 16 deletions(-) diff --git a/src/gallium/drivers/nv50/nv50_context.h b/src/gallium/drive...
2002 Jan 25
0
suid files and bsd - correction
...xample proc/ root/ tmp/ mknod tmp/mysql.sock : Invalid argument mknod tmp/orbit-daud/orb-12573780511489051058 : Invalid argument mknod tmp/orbit-daud/orb-139425434385535813 : Invalid argument mknod var/pwcheck/pwcheck : Invalid argument var/run/ mknod var/run/log : Invalid argument mknod var/run/ndc : Invalid argument mknod var/run/printer : Invalid argument srw-rw-rw- 1 root wheel 0 Jan 23 11:52 log srw------- 1 root wheel 0 Jan 23 11:53 ndc srwxrwx--- 1 root wheel 0 Jan 23 11:53 printer I would figure that copying the file and setting the file typr would be...
2001 Jul 23
2
hang-up with log="x" and segments (PR#1030)
I experienced the following problem with R 1.3.0 which is probably a bug. The program hangs-up if 1.) a coordinate of segments is outside the ploting region and 2.) the option log="x" is used. ## ## works fine ## plot(1,1, xlim=c(0.5, 2), ylim=c(0.5, 2)) segments(0.5 , 1.2, 1, 0.6) segments(0.25, 1.2, 1, 0.6) segments(1 , 1.2, 1, 0.6) ## ## hang-up ## plot(1,1, xlim=c(0.5, 2),
2009 Jul 17
2
log error for use on axis
Hi, I am new to R plot. I am trying to scale my y axis in log. When I do this I receive the following error Error in axis(side = side, at = at, labels = labels, ...) : CreateAtVector [log-axis()]: axp[0] = 0 < 0! In addition: Warning messages: 1: In plot.window(...) : nonfinite axis limits [GScale(-inf,1.31772,2, .); log=1] 2: In axis(side = side, at = at, labels = labels, ...) :
2016 Nov 14
0
getGraphicsEvent() alternative for cairo graphics device?
...rm),n); # for Windows, comment or change appropriately system("sleep 0.02"); NULL }, onMouseMove=function(buttons,x,y) { newX=grconvertX(x,"ndc","user"); newY=grconvertY(y,"ndc","user"); lastp<<-c(newX,newY); NULL; }, onKeybd=function(key) { if(key=="q") { 1 }...
2001 Feb 25
1
DNS - L I V E S .........
...you never hit return. Notwithstanding the prior FUBAR (fuc%ed up beyound all recognition), I had used the "//" notation (like you would use in "named.conf") in the zone files for a couple of comment lines. (poor choice to say the least) Yes, after numerous (named & ndc) restarts, I had some orphaned "named" processes hanging around that was resolved with Andrew's suggestions. Now named actually does start and run great (almost) forward and reverse lookups for my linux box work great for the box itself. DHCP will now allow domain logons. The dom...
2017 Jan 31
0
dovecot 2.2.27 welcome plugins script
...mail_plugins = " quota welcome imap_quota" } -rwxr-xr-x 1 dovecot vmail 397 Jan 31 16:11 welcome.sh #!/bin/sh USER=$1 cat << EOF | /usr/lib/dovecot/dovecot-lda -d $USER From: postmaster at example.com Subject: Welcome Message EOF -- Carlos R Laguna Mendoza Esp. Principal NDC TINORED Joven Club de Computaci?n y Electr?nica Tel: 52793189, 7863-3174, 7868-4230
2010 Mar 23
0
rdcomclient issue - member not found when using borders
...aste("=sum(",MyCell,")",sep="") print(MyCell) B3RB <- sh$Range(MyCell) B3RB[["Borders"]][["LineStyle"]]<-as.integer(1) #B3RB[["ColumnWidth"]]<-20 } AnalyzeExport(sh,ExcelCopy,"B2","NDC","Unique Pats") The line that is causing the problem is : B3RB[["Borders"]][["LineStyle"]]<-as.integer(1) On another note, I'd also love to learn how to change columnWidth and HorizontalAligment properly (the code commented out). Jason Baucom...
2008 Sep 01
2
Text
Hello, I would like to place some text that should appear in the same position of the graphic device, preferably outside the plotting area, regardless the x and y axes limits. How can I do this? Best, Dani -- Daniel Valverde Saub? Grup de Biologia Molecular de Llevats Facultat de Veterin?ria de la Universitat Aut?noma de Barcelona Edifici V, Campus UAB 08193 Cerdanyola del Vall?s- SPAIN