Displaying 20 results from an estimated 300 matches similar to: "Legend appearance"
2012 Jan 19
1
Legend problem in line charts
Hi all,
Small problem in generating the line charts.
Question: Legend for the first graph is coming wrong., for second graph correctly. Please fix the legend postion at the down of graph.
Plesae give me the solution.
Thank you
Devarayalu
Orange1 <- structure(list(REFID = c(7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8,
8, 8, 8, 8, 9, 9, 9, 9), ARM = c(1, 1, 1, 1, 2, 2, 2, 2, 1, 1,
1, 1, 2, 2, 2,
2012 Jan 19
3
Not generating line chart
Hi All,
Can you please help me, why this code in not generating line chart?
library(ggplot2)
par(mfrow=c(1,3))
#qplot(TIME1, BASCHGA, data=Orange1, geom= c("point", "line"), colour= ACTTRT)
unique(Orange1$REFID) -> refid
for (i in refid)
{
Orange2 <- Orange1[i == Orange1$REFID, ]
pdf('PGA.pdf')
qplot(TIME1, BASCHGA, data=Orange2, geom= c("line"),
2012 Jan 21
1
error in data.frame(...., check.names = FALSE)
Hi all,
Error is coming as "error in data.frame(...., check.names = FALSE): arguments has differents
counts of rows: 0, 18" for the following code.
Can you please help?
Thank you
Devarayalu
library(ggplot2)
setwd("D:\\General Check list")
library(RODBC)
conn <- odbcConnectExcel ("Book1.xls")
Orange1 <- sqlFetch (conn, "Sheet2")
odbcClose(conn)
2012 Mar 31
1
Not getting correct graphs
Hi all,
Can anybody debug the following programme, as I am getting some Junk graphs in the pdf.
Please find the attached raw data file.
Thank you
Regards
Rayalu
library(ggplot2)
setwd("D:\\General Check list")
library(RODBC)
conn <- odbcConnectExcel ("Book1.xls")
Orange1 <- sqlFetch (conn, "Sheet3")
odbcClose(conn)
rm(conn)
#CDAI Change
2012 Oct 12
1
How to get rid of page 1 and 4 i.e Only dots pages while generating the graphs?
Suppose I have "Orange1" data like this.
TIME1
RESPONSE
RESPSTAT
RESPUT
REFID
ARM
SUBARM
0
299.5
Mean
8-item scale
68
0
0
0
287
Median
8-item scale
68
0
0
0
303.9
Mean
8-item scale
68
1
0
0
286
Median
8-item scale
68
1
0
0
295
Mean
8-item scale
85
0
0
12
254
Mean
8-item scale
85
0
0
0
287
Mean
8-item scale
85
1
0
12
216
Mean
2012 Jul 10
2
RGB components of plot() colours
A quick question:
Is there anywhere a listing of the RGB components of the
named colours listed by colors()?
For example, where would I find the RGB for "orange1"
or "salmon"?
When I look at an EPS file from R where I have used
these colours, it seems that for:
"salmon":
0.9804 0.5020 0.4471 rgb
"orange1":
1 0.6471 0 rgb
However, this is a tedious way
2008 Jan 07
4
Orientation of labels on axes
http://www.nabble.com/file/p14664173/at-modality.png
I created the above image with R and I have one problem left:
Some of the labels of the axes do not show up, probably because there's not
enough space.
I use the following code to create the plot:
modality <- read.table("results.table", header=TRUE, sep=",")
color <-
2018 Nov 22
2
NTP strangeness...
In our network we found some client with clock differences.
Some machine have effectively some troubles, eg have NO 'Windows Time'
service defined, probably some glitches happened when moving from our
old NT-like domain.
Anyway, catching for that, we have found some other strangeness.
Windows time service run:
C:\Users\gaio>sc query w32time
NOME_SERVIZIO: w32time
TIPO
2008 Jan 04
1
Sorting of captions on axes
Hello,
I think this might be a beginner question, but I couldn't find the answer in
the manual...
http://www.nabble.com/file/p14618947/at-modality.png
I created this image with R by using the following code:
modality <- read.table("results.table", header=TRUE, sep=",")
color <-
2010 Apr 15
3
Viewing the NTP Server configured
How do i know which NTP server is my linux box contacting to synchronize
its time with that of the server ?
Thanks
Jatin
2024 Feb 16
2
samba 4.19 Windows 11 clients Time sync problem
Dear all,
We just have a samba 4.19 domain running. And what i recognized ist hat some
windows 10/11 clients does not sync time with the dc. The time is not the
real time as on the dc, about 10 minutes back or several minutes in the
future.
Is this a bug or did spmething chance in the behaviour of samba?
My ntp.conf/ Debian11:
driftfile /var/lib/ntp/ntp.drift
server 127.127.1.0
fudge
2020 Sep 01
1
OpenPVN authentication via Samba AD
Yes, went thru that page a few times and don't see an obvious error.
If I leave require strong auth as the default, then nothing works. Setting it to no allows diagnostics->authentication to return a positive result.
That is also the configuration that would succeed in querying the containers.
Without the 'no' setting it fails to bind.
What am i missing?
On September 1, 2020
2024 Feb 16
1
samba 4.19 Windows 11 clients Time sync problem
Hi there.
A few NTP experts around here lately.
We need more info. Distro, and wether your are using NTP (nrpsec) or Chrony.
Regards.
LP
On 16 Feb 2024 at 14:37 +0100, Daniel M?ller via samba <samba at lists.samba.org>, wrote:
> Dear all,
>
> We just have a samba 4.19 domain running. And what i recognized ist hat some
> windows 10/11 clients does not sync time with the dc.
2010 Jul 16
4
Desktop Supercomputer
Greetings,
Have been looking at the specs of Boston Venom T4000.
Boston Venom T4000
http://www.bostonindia.in/products/bos-t4000.aspx
I could not figure out the lowest base price points, HA features and KVM support
Yet to work out the storage part of say 8TB storage (with HA features,
of course) for this beast.
and accessability issues from devices.
I am in the middle of trying to find out
2005 Dec 31
1
Error when Testing AWS API (ArgumentError: illegal refid http://test.host/login)
OK, I''m finally starting to play around with the AWS part of Rails,
and I''m running into problems with the functional tests. If I use the
generator to create the web service as
./script/generate web_sevice MyTest do_it
and then run the unit tests without further editing the code, I get
the following error:
test_do_it(MyTestControllerApiTest):
ArgumentError: illegal
2008 Jan 16
2
ntpd stuck on stratum 16 = not synced
Maybe there's an ntp expert out there who can help me with this. I have an NTP server serving our local network. It is
set up to use pool.ntp.org servers for it's upstream sync. ntpq -p reveals that the server is stuck on stratum 16,
which I understand means "not synced". The clients are unable to sync with my local server because of this. Here's the
output of ntpq -p
2000 Feb 29
0
mapping of colornames into hsv: half way done
Ok,
now we have the mapping of color names to color codes (see below) and
conversion to rgb (something like Ben Bolker's function), but how to convert
rgb to hsv?
Thanks to Brian Ripley, Peter Dalgaard and Ben Bolker
Details below
Regards
Jens
etc/colors.big maps 455 names to rgb in S syntax
etc/rgb.txt maps 657 names to rgb in C syntax, but unlike colors() it has
mixed upper and
2010 Jan 13
65
ntpd under Xen Dom0 exhibits extremely high jitter/noise? runs stable/quiet under non-xen kernel.
On a selection of boxes, ntpd running in Xen Dom0 reproducibly
exhibits extermely high noise/jitter.
Switching back to -default, non-xen kernel ntpd runs with very low jitter/noise.
Question -- how can I ''tame'' ntpd noise & jitter when running in Dom0?
Is the problem a config issue, or a bug?
Already reported this downstream; everybody''s "stumped".
2010 Jan 13
65
ntpd under Xen Dom0 exhibits extremely high jitter/noise? runs stable/quiet under non-xen kernel.
On a selection of boxes, ntpd running in Xen Dom0 reproducibly
exhibits extermely high noise/jitter.
Switching back to -default, non-xen kernel ntpd runs with very low jitter/noise.
Question -- how can I ''tame'' ntpd noise & jitter when running in Dom0?
Is the problem a config issue, or a bug?
Already reported this downstream; everybody''s "stumped".
2024 Feb 26
1
samba 4.19 Windows 11 clients Time sync problem
Hello,
It is debian 11, and it is ntp, as you can see below my ntp.conf.
Ntp service is running fine . Some , not all, W10/11 clients do not sync with the dc (samba 4.19).
What i did on the clients:
net stop w32time
w32tm /unregister
w32tm /register
net start w32time
But after some time the wrong time shows up again?
Greetings
Daniel
-----Urspr?ngliche Nachricht-----
Von: Luis Peromarta