Displaying 13 results from an estimated 13 matches for "currentlayout".
2009 Feb 03
2
Lattice histogram with vertical lines
I would like to add some vertical lines to a lattice plot of histograms.
What I am after is a lattice version of abline(v = 1234). The lattice
histogram plot is just:
histogram( ~ LTSE | approach, data = arrivals)
Can anyone point me in the right direction for this?
David Scott
_________________________________________________________________
David Scott Department of Statistics
The
2012 Jan 04
1
Adding a vertical line to plot with two overlapping density plots
Hi,
A simple question I hope. I wish to add a single vertical line to a plot
with several density plots.
Here is a simplified example.
############
thedata <- data.frame(x1=rnorm(100,1,1),x2=rnorm(100,3,1)) #create data
thedata.m<-melt(thedata)
densityplot(~value, thedata.m, groups=variable,auto.key=list(columns=2))
#this gives the two density plots
#########
what I wish now is to add a
2008 Mar 11
2
[Bug 14953] New: patch for checking double scan mode on correct crtc
...etting correct overlay crtc
Last week I noticed I got occasionally problems with Xv because video was not
correctly placed in the window (using the overlay). Some further investigation
showed that the video was not only misplaced in the y direction, but also very
elongated.
The problem was due to CurrentLayout.mode being undefined under randr12, to
mode.Flags being some random number that occasionally lead the driver to think
i was using a doublescan mode. This was recently fixed in git by malc0 using
currentMode->Flags. However, malc0 noted in the changelog that this may also
not be correct for randr...
2007 Jan 28
2
Adding lines to xYplot
I am using xYplot to plot data and CIs. How do I add several lines to
the figure?
_____________________________
Professor Michael Kubovy
University of Virginia
Department of Psychology
USPS: P.O.Box 400400 Charlottesville, VA 22904-4400
Parcels: Room 102 Gilmer Hall
McCormick Road Charlottesville, VA 22903
Office: B011 +1-434-982-4729
Lab: B019
2012 Jan 17
2
Separate ablines in lattice panels
Searched archives and found some old email threads on the topic. But mot exactly what I think I need. Suppose I have a datafile such as tmp.
tmp <- data.frame(var1 = c(rnorm(1000), rnorm(1000, 1, 1)), var2 = gl(2, 1000))
I'd like a plot similar to the one below, but with an abline of v=0 in the lower panel and v=1 in the upper panel. Code below creates two lines in each panel, not quite
2013 Jan 22
2
Adding a line to barchart
R-helpers:
I need a quick help with the following graph (I'm a lattice newbie):
require("lattice")
npp=1:5
names(npp)=c("A","B","C","D","E")
barchart(npp,origin=0,box.width=1)
# What I want to do, is add a single vertical line positioned at x = 2 that
lays over the bars (say, using a dotted line). How do I go about doing
this?
2009 Apr 28
1
latticeExtra: useOuterStrips and axis.line$lwd
Hi,
I'm working on some lattice wireframe figures that have two conditioning
factors, and I want the strips labelled on the top and left of the
entire plot, rather than above each individual panel. useOuterStrips()
does this, but it draws internal axis lines, even after I explicitly set
axis.line to 0. Is there a way to use useOuterStrips but without axis
boxes?
I've included a short
2009 Feb 20
4
adding a reference line to an xyplot
Hi,
I want to add a dashed vertical line to a number of xyplots.
Here is a simple script of the type of plot I have but then I want to add a
reference line to 1995 on each of the panels. I have tried panel.abline and
other suggestions on the forum but can't get it to work.
plot<-rep(letters[1:3],each=10)
year<-rep(1991:2000,times=3)
matter<-rep(seq(2,6.5,0.5),times=3)
2006 Dec 14
2
xyplot: discrete points + continuous curve per panel
I have a number of x, y observations (Time, Conc) for a number of Subjects
(with subject number Subj) and Doses. I can plot the individual points with
xyplot fine:
xyplot(Conc ~ Time | Subj,
Groups=Dose,
data=myData,
panel = function(x,y) {
panel.xyplot(x, y)
panel.superpose(???) # Needs more here
}
)
I also like to plot on
2008 May 01
0
[ANNOUNCE] xf86-video-xgixp 1.7.99.3
...defs around native mode setting code
~ Enable native mode setting via configure option
- --with-native-mode-setting
~ Update to match changes in DRM fence API
~ Add correct I2C support for the CRT I2C bus on XG47
~ Eliminate useless isNeedCleanBuf flag.
~ Eliminiate useless currentLayout field.
~ Eliminate XGIFBLayout structure
~ Use fbdevHW*Weak functions
~ Load required modules and symbols from XGISetup
~ Trivial code clean-ups
~ Rework mode setting
~ Remove anything related to BIOS mode setting
~ Remove prototypes for functions removed in previ...
2012 Jun 06
5
how to add a vertical line for each panel in a lattice dotplot with log scale?
by considering this example from barley dataset
#code start
dotplot(variety ~ yield | site, data = barley,
scales=list(x=list(log=TRUE)),
layout = c(1,6),
panel = function(...) {
panel.dotplot(...)
#median.values <- tapply(x, y, median) # medians for each
variety
#panel.abline(v=median.values, col.line="red") # but this
2007 Sep 03
4
Fixes and workarounds for regressions and issues in the randr-1.2 branch
Hi,
Please find attached the patches which I currently use on my desktop
machine for dual head with the randr branch to fix the issues which I found.
They may help others as well but may e.g. also disable the Xv blitter
which might be working for some (but didn't on my card) - more information
is found in the text comments in the patches.
I have to hurry so this is short, will be back.
2007 Aug 23
0
[ANNOUNCE] xf86-video-ati 6.7.191
...possible segfault on mobility chips with MM tables
RADEON: attempt to fix cursor on big endian (only tested on x86)
RADEON: make sure we set the stride properly
RADEON: make sure we unblank in RADEONRestore()
RADEON: Switch cursor back to memcpy()
RADEON: set info->CurrentLayout.displayWidth in RADEONSetPitch()
RADEON: fix corruption after 3D apps run
RADEON: move crtc base setups to new functions
RADEON: factor out surface_cntl init into one function
RADEON: simplify console restore
RADEON: save crtc on/off state for console restore
RAD...