similar to: error in lattice formattedTicksAndLabels.Date (PR#9590)

Displaying 20 results from an estimated 2000 matches similar to: "error in lattice formattedTicksAndLabels.Date (PR#9590)"

2009 Aug 26
1
ath9k in CentOS 5
Hi, I'm thinking about updating the wireless card on a CentOS 5.3 box. The Wiki at http://wiki.centos.org/HowTos/Laptops/Wireless says that the "ath9k driver ships with CentOS", but I can't find it. I've tried modinfo, locate, yum search, and yum provides, but they all come up empty. Am I missing something, or is the Wiki need correcting? I've also searched the
2019 Aug 19
1
Giving full administrator privileges through sudo on production systems
On Fri, Aug 16, 2019 at 10:13 PM John Pierce <jhn.pierce at gmail.com> wrote: > > $ sudo rm -rf / Just for fun, I cloned a C7 VM and ran rm -rf. I then examined the disk image with guestfish. Everything was gone except for a few empty directoriers: /dev, /etc, /proc, /sys, and so on. Jim
2019 May 22
6
Bypassing 'A stop job is running' when rebooting CentOS 7
James Pearson wrote: > James Pearson wrote: > >> >> I'm currently trying to reboot a CentOS 7.5 workstation (to complete an >> upgrade to 7.6), but it is 'stuck' while shutting down with 'A stop >> job is running for ...' - the counter initially gave a limit of '1min >> 30s' - >> but each time it reaches that limit, it just
2006 Sep 14
0
changes in upcoming lattice
Hi, there will be some fairly major changes in the lattice that will get released with R 2.4.0. A first version is now available on CRAN, at http://cran.r-project.org/src/contrib/2.4.0/Recommended/lattice_0.14-3.tar.gz Although there is a dependency on R 2.4, the package passes R CMD check on 2.3.1 as well if you change the Depends line in DESCRIPTION. In other words, you should be able to test
2019 May 17
3
is "list_del corruption" fix available in Centos ?
On Fri, 17 May 2019, James Szinger wrote: > On Fri, May 17, 2019 at 3:17 AM John Hodrien <J.H.Hodrien at leeds.ac.uk> wrote: >> RHEL advice would clearly be not to use btrfs. > > I'm curious, is there anything in RHEL 8 that would replace BTRFS or > ZFS? I'm experimenting with BTRFS on one system and the snapshot and > subvolume features are nice. I assume
2005 Jun 30
2
Reading from memory and ov_open
Hi, I've been working with oggvorbis-win32sdk-1.0.1 and have a semi-hypothetical question. Let's suppose that, for whatever reason, I've allocated a block of memory, and I've loaded into this memory a perfectly valid ogg vorbis file. Now I'd like to decode this vorbis data, but I'm stuck calling ov_open() because I don't have a FILE*, I have a block of memory. (This
2019 May 22
3
Bypassing 'A stop job is running' when rebooting CentOS 7
On Wed, May 22, 2019 at 09:07:32AM -0600, James Szinger wrote: > On Wed, May 22, 2019 at 7:44 AM mark <m.roth at 5-cent.us> wrote: > > > > The joys of systemd.... > > I'm not sure it's right to blame systemd. Systemd asked nicely for > the service to shutdown. But we can blame systemd for the cryptic message A stop job is running Surely systemd knows
2008 Jan 17
2
Converting plots to ggplot2
Hello Hadley, I am trying to reproduce the following with ggplot: a <- seq(0, 360, 5)*pi/180 ; a ac <- sin(a + (45*pi/180)) + 1 ; ac plot(a, ac, type='b', xaxt = "n") axis(1, at=seq(0,6,1), labels=round(seq(0,6,1)*180/pi),1) abline(v=c(45*pi/180, 225*pi/180)) I can get the basic plot: p <- qplot(a, ac, geom=c('point', 'line')) ;
2019 May 17
2
is 'list_del corruption' fix available in Centos ?
Warren Young wrote: > On May 17, 2019, at 9:53 AM, John Hodrien <J.H.Hodrien at leeds.ac.uk> > wrote: >> On Fri, 17 May 2019, James Szinger wrote: >>> On Fri, May 17, 2019 at 3:17 AM John Hodrien >>> <J.H.Hodrien at leeds.ac.uk> wrote: >>> >>>> RHEL advice would clearly be not to use btrfs. >>> >>> I'm curious, is
2007 Jul 30
1
duplicate DATE at in lattice scale handled differently from base graphics OR lattice numeric scales
When at, label chains contain duplicate at values, axis ticks are dropped. I believe this is handled incorrectly for Date ats in lattice 0.15-4 when compared to how it is handled for numeric, or for dates in base plot. This can result in mis-labelled axes in some circumstances. I have included executable examples. R: 2.5.0 numeric base plot: plot(1:10, axes=F); axis(1, at=c(2,4,4,6),
2020 May 13
6
Can't move to Centos 8
At 01:25 PM 5/13/2020, James Szinger wrote: >On Tue, 12 May 2020 17:42:25 -0700 david <david at daku.org> wrote: > > > Folks > > > > I've been trying to convert my systems to Centos 8, seeing the EOL on > > the horizon a few years away. One of my systems is a Mac-Mini, and > > support for that has been discontinued. I'm wondering what the >
2005 Jun 14
2
lattice, panel.grid, and scales=list(tick.number=XXX)
I have a Lattice plot in which I want to adjust the number of tick marks used, and I want to have the drawn grid reflect that change. Here is what I'm doing: bwplot(var1 ~ var2, data=df, scales=list(tick.number=10), panel=function(...) { panel.grid(h=0,v=-1,...); panel.stripplot(col="gray40", pch="|", cex=2, ...); panel.bwplot(...); })
2004 Jul 28
2
lattice variable by page
Hi, Using lattice's xyplot, is it possible to specify a variable to group plots by page. For example, if I have xyplot(y~x|A*B*C) could I get a page created for each unique value in variable C ? I am hoping to avoid having pages with the same strip above each plot on a page. Thanks, M Matt Pocernich NCAR - Research Applications Program 303-497-8312
2004 Mar 04
2
lattice, different plotting symbols
Hi, I am trying to plot different variables from a data.frame using lattice's xyplot using code like that below. How do I specify a symbol and color for the variable 'prob' and different one's for 'll.prob'? Thanks, Matt xyplot( prob + ll.prob ~ time.eff |stat.id + time.out ,data = OUT, allow.multiple = TRUE, layout = c(6,3), as.table = TRUE ,
2005 Mar 23
2
alternative to 'groups' for lattice bwplot()
Hi, Is there some alternative to the 'groups' argument in lattice's bwplot function for boxplots? Say in the example below: bwplot(yield ~ site | year, data = barley) you want to have two side by side boxplots per site, corresponding to each year in the barley data frame. Ideally, the space between boxplots of the same site should be smaller than that between boxplots of different
2002 Oct 10
1
contour in lattice
Hi I'm using lattice's function levelplot but when I choose the flag contour =TRUE I get very strange results. It looks like the contour lines have nothing to do with the "image" plot under ... Is there some known problem with this function ? Regards EJ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2010 Jul 19
1
pcaMethods and Lattice help.
I've been using the pcaMethods to develop a scores matrix ======================================= data(iris) pcIr <- pca(iris[,1:4], method="nipals", nPcs=3, cv="q2") test <- scores(pcIr) ======================================== What I'm looking to do is to use lattice's barchart to plot the scores something like below, but expanded to all the scores
2012 Aug 22
1
Controlling line-join style in Lattice
R users, I am creating a series of scatterplots with Lattice's xyplot(). Some of the plotting symbols are squares with thick borders. The corners of the squares are rounded by default; I would like them to be square. In base graphics this is easily done with par(ljoin = "mitre"), and in grid graphics with gpar(linejoin = "mitre"). Is there an analogous parameter in
2020 Oct 27
3
R for-loop to add layer to lattice plot
Hello, I am using e1071 to run support vector machine. I would like to plot the data with lattice and specifically show the hyperplanes created by the system. I can store the hyperplane as a contour in an object, and I can plot one object at a time. Since there will be thousands of elements to plot, I can't manually add them one by one to the plot, so I tried to loop into them, but only the
2007 Sep 11
1
POSIXct dates on x-axis using xyplot
I am using 'xyplot' in lattice to plot some data where the x-axis is a POSIXct date. I have data which spans a 6 month period, but when I plot it, only the last month is printed on the right hand side of the axis. I would have expected that at least I would have a beginning and an ending point so that I have a point of reference as to the time that the data spans. Here is some test