Displaying 20 results from an estimated 20000 matches similar to: "Three horizontal axes OR Two axes on same side?"
2011 Jan 03
0
Keeping lattice plot axes in the same place when legend sizes vary
Dear all,
I am generating a number of lattice plots with common axes but varying
legends. There is one plot in the window at a time. I would like the
plot axes to always appear in the same place within the window (and
saved images) so the plots do not move around when they are combined in
a video or browsed in something like an HTML document.
The default behaviour of the lattice package is
2012 Jan 11
1
Inconsistencies in device_Raster when axes are reflected
I noticed some undocumented and inconsistent behavior in device_Raster when a
plot is produced with reflected axes such as:
image(volcano, xlim = c(1,0), useRaster = TRUE)
image(volcano, ylim = c(1,0), useRaster = TRUE)
The `pdf` device will perform horizontal and vertical reflections, while
`quartz` will ignore the transformations when plotting to the screen, but
when plotting to a
2011 Jun 07
1
RgoogleMaps Axes
R Help,
I posted a question on StackOverflow yesterday regarding an issue I've been having with the RgoogleMaps packages' displaying of axes. ?Here is the text of that submission:
http://stackoverflow.com/questions/6258408/rgooglemaps-axes
"I can't find any documentation of the following problem I'm having with the axis labels in RGoogleMaps:
library(RgoogleMaps)
datas
2008 Jul 21
2
Getting plot axes where they should be!
Hi Folks,
I've been digging for the solution to this for several
hours now. If there is a solution, it must be one of the
worst "needle-in-a-haystack" examples in R documentation!
Essentially, I want to make an x-y plot in which the
X-axis really is the X-axis (i.e. its vertical position
is at y=0), and the Y-axis really is the Y-axis (i.e.
its horizontal position is at x=0).
2003 Feb 26
1
plot as .ps file: where are the axes and labels gone
Sorry, I am sure, this must be documented somewhere (but there are that
many docs and tutorials to scan for topics..., actually a great thing...
but if you are in a hurry..):
I want to save a plot as .ps (or .eps):
> postscript("plot1.eps", horizontal=FALSE,
onefile=FALSE,height=8,width=8,pointsize=10)
> plot(hpfit$fit,rstudent(hpfit),xlab="Fitted
2007 Aug 13
2
Values in horizontal versus vertical position on 'y' axe
hi,
When I do a graph. the values on y axe are vertical position. How can I put
the values in horizontal position?
thanks
[[alternative HTML version deleted]]
2004 Jul 10
2
New Asterisk bounty: SIP simultaneous registry
http://voip-info.org/tiki-index.php?page=Asterisk+bounty+SIP+simultaneous+registry
From the WIKI:
Contributions
Manager: Daniel Jimenez (cuban)
Bounty: $50 USD
Date opened: July 10, 2004
Contributors: cuban ($50)
Detail
Yes, Yes I know you could do all sorts of fun with the dialplan to
produce a similar effect, but I still would like to be able to do this.
Plus it's easy money :).
I
2008 Sep 24
2
rgl: ellipse3d with axes
Last week I asked about data ellipses with rgl:::ellipse3d() with lines
showing the principal axes.
(The goal is a visual demonstration of PCA as a rotation of variable
space to component space.)
I was trying, unsuccessfully, to use princomp() to generate the PCA axes
and plot them using
segments3d:
> > PC <- princomp(trees)
> > sdev <- PC$sdev # component standard
2012 May 08
1
two Y Axes (in the same scale) in ggplot2
Dear R users,
I'm plotting housing prices in City A over past 30 years in ggplot2. The Xs
are years since 1980. I have two housing price variables: new home prices
and old home prices, both of them measured by $/sqft. I have searched
related threads on multiple Y axes in ggplot2 and I understand that
multiple Y axes in different scales are not possible. I'm wondering if it
is possible to
2012 May 08
1
Two Y axes (same scale) in ggplot2 or plot
Dear R users,
I'm plotting housing prices in City A over past 30 years in ggplot2. The Xs
are years since 1980. I have two housing price variables: new home prices
and old home prices, both of them measured by $/sqft. I have searched
related threads on multiple Y axes in ggplot2 and I understand that
multiple Y axes in different scales are not possible. I'm wondering if it
is possible to
2007 Oct 01
1
Graphics and LaTeX documents with the same font - multiple y-axes
Well,
I agree that plots with multiple y-axes can be very confusing but .... i am not sure that always they are also misleading .... One time i was asked to make a 2 y-axes plot, one y axes was for elevation (heights in meters) and one for rugosity (values between 1 and 2 - unitless). The idea was to visualize that for a more complex profile the rugosity is higher than for a flatter terrain. A
2003 Dec 10
4
Scatterplot axes
Please, could someone help me figure out what seems to be a very simple
problem (and is still taking me hours...).
I want to draw a simple scatterplot but with 'equal' axes, i.e. I want both
axes to go from -3 to 3. Values for x lie between -2 and 0.5, values for y
between -2.2 and 3. I have tried 'usr' and 'eqscplot' and a few other
options, but it doesn't give me the
2011 Nov 22
0
Lattice graph strips and axes
Hi all
I was wondering if it is possible to get rid of the horizontal strips and produce each barchart with a left y axes and lower x axes only. Also can you specify an exact size of graph ie 88mm wide with a font size of 'x'.
library(lattice)
library(latticeExtra)
n=as.factor(c(1:5,1:5))
2009 Jun 15
3
Aligning axis values when plotting more than one graph on same axes
Dear R Users,
I am trying to plot a barchart with a line graph superimposed (using par(new=TRUE)). There are 12 bars and 12 corresponding points for the line graph. This is fine, except that I'm encountering two problems:
1) The position of the points (of the line graph) are not centred on the middle (horizontally) of each corresponding bar. In fact, whilst the first point is located on the
2002 Oct 15
1
Plotting two ecdf curves on same axes
Dear R listers
Could somebody please advise me how to draw two empirical cumulative distribution
functions on the same set of axes?
I know I should be using the ecdf command but I'm not sure what to add to it to force it
to plot twice on the axes
Thanks
Jane
______________________________________________________
Check out all the latest outrageous email attachments on the Outrageous Email
2010 Jul 28
2
Axes=F and plotting dual y axes
Howdy. Been running into a bit of trouble with plotting. Seems that
axes=F is not "working". Whenever I plot (either a dataframe or xts/zoo
series) and I set axes=F along with xlab/ylab="" I still get the default
axes printed in my chart. Consider this:
#Create some sample data, both 50 units of blah
series2 = c(1:50)
series1 = rep(25:74)
testdf1 = as.data.frame(series1)
2012 Sep 27
3
Comparing density plots using same axes or same axes scale
Good Evening-
I have a set of nine scenarios I want to plot to see how the distribution
is changing, if one tail is getting larger in certain scenario, currently I
am using this code
colnames<-dimnames(sag_pdfs)[[2]]
par(mfrow=c(3,3))
for(i in 1:9) {
d<-density(sag[,i])
plot(d,type="n", main=colnames[i])
polygon(d,col="red",border="grey")}
where sag is
2004 Jun 06
2
BRI In the states
Hi all.
I've ordered a TDM400P with 4 FXO, but after using my X100P I'm thinking
about returning the TDM400P because of bad echo issues. If I do get the
echo issues I'll look at digital options.
My question: Is anyone using ISDN (BRI) in the states? I've heard
ISDN4LINUX devices suffer bad echo but chan_capi works great. All the
chan_capi cards I find though are for overseas
2004 Jun 08
4
AS5300 and Asterisk
Hey all,
I have an as5300 I use for dial in customers, we have 4 PRIs on it.
We have a few free channels on it. I'm wondering if I setup SIP on the
as5300 I can have asterisk use the free channels for dial out.
I'd still have to use my TDM04B for incoming calls, but at least I can
expand my outgoing.
Anyone done anything like this before? I've never messed with VoIP on
Cisco
2005 Nov 28
1
Use of axis() in conjunction with plot(..., axes=F)
Colleagues
On occasion, I want to control either tick marks or labels in axes
different from the defaults created with "axes=T" in the plot
command. If I invoke "axes=F" and axis(n), I can do so. However,
the axes produced by axis() differ slightly from those produced
within plot. I have "bty" in par set to "l" (i.e., left and bottom
axes