Displaying 19 results from an estimated 19 matches for "axises".
Did you mean:
arises
2003 Nov 07
3
Two Y-axises and One X-axis
Hi,
I would like to know if anyone knows how to draw a plot with two Y-axises and
one X-axis? When you have two sets of y values that do not have the same
scale, but correspond to the same x value, I would like to plot them on one
graph.
Could you please help me?
Thank you
Soyoko
2006 Sep 06
3
plot axises on both sides of a graph
Usually the y-axis is shown on the left-hand-side of a graph, is it possible
to artifically creat one more y-axis on the right-hand-side in R? What is
the main reference? Thank you in advance.
[[alternative HTML version deleted]]
2008 Jan 29
3
How to get two y-axises in a bar plot?
Hi,
I have measured two response variables (y1, y2) at each treatment level
(x = 0, 1.5 or 3). Now I would like to show the y1 and y2 against x in a
bar plot. However, y1 and y2 differ in scale so I need two y-axises, one
on the left side and one on the right side (and I dont want to
standardize my responses). This is fairly easy if you want to show
points,lines etc, but gets more complicated with bars.Although these
kind of bar graphs are quite common, I have found very limited
information about how to do...
2010 Mar 16
1
labels gone
...xis=0.8,ps=9,mar=c(1.5,1,0.5,1), oma=c(1,1,0.2,1) ,tck=-0.01);
plot(Tau,Pi, type='l', xlab="Tau",ylab="Pi",col=4);
I want to make the graph take as little space as possible. Here I run into
two problems. One is that the labels are gone, the other is the scale
numbers of axises are a little too far from my axises. Can anyone help me
with this? I am new to graphics and have spent a lot of time on "par" but
still not yet got it.
Thanks.
best,
Zhongyi
[[alternative HTML version deleted]]
2012 Jan 09
1
par.plot() for repeated measurements
Hello,
I am using the package gamlss in R to plot repeated measurements. The
command I am using is par.plot(). It works great except one thing about the
label of the axises. I tried to label both x and y axises using ylab and
xlab options. But the plot only gives variable variables. The labels did not
show up. Below is the code I used. Any comments are appreciated! Thanks.
library(gamlss)
enable2r=read.csv("D:\\lzg\\jointmodel\\enable2r.csv",header=T)
ena...
2008 Jan 25
3
One application that I would like to see work.
....html
The above is the last road block for me, into round filing my Win2k
partition.
Unfortunately, the way the joystick system works in Linux, I don't think
this is even a possibility.
I need the above applications ability to map joystick switches to
keystrokes and the ability to combine axises with mathematical functions.
2005 Jan 26
3
plot function
Hello,
how can use change the plot function to change the range of axises. I want my graph from a certain range [a, b], instead of from the min to max of of datas?
if i want draw a line instead of dots, should i use both plot and lines function.
for example:
plot(x, y);
lines(x, y);
things seem not working if i only use lines(x, y).
Thank you so much.
Cuichang Zha...
2007 Apr 04
5
how to image.plot a XY grid file into a lat-lon map
Hi All,
I have a netcdf gridded file with LCC projection. I can easily use
image.plot to visualize it. However, as the axises are in X,Y, not Lat and
Lon, I could not add state or country maps onto it (or lat lon information).
I do have a grid2d file that describes the lat and lon for each (X,Y) grid,
but the lat and lon are not regularly spaced, so I could not use image.plot.
Does anyone know how to plot this type of g...
2011 Apr 23
3
Problem having tick marks aligned when plotting three graphs on top of one another.
R 2.10
Windows 7
I am trying to plot three graphs on top of each other. I need to have the axises perfectly aligned. For some reason the ticks on the y axes are slightly off so they do not perfectly align. Can someone tell me how I can get the to overlay each other perfectly? I thought the yaxp parameter would solve my problem, but it does not. My data and code follows:
> summaryresults[1:2...
2007 Apr 06
2
How to set the scale of axis?
Hello,everyone.
I want to know how to control the scale of axises.
For example, the range of x axis is (1,100),and I want to show the scale in
the axis as this:
1 20 40 60 80 100.
Is there any parameters in plot() or other functions to set the scale?
Thands!
[[alternative HTML version deleted]]
2008 Jun 11
1
specifying ranges in scatter plot
Hi, there:
Does anyone know how to specify the ranges in the axises when I make
scatter plots using pairs()? In the general plot function, I can use
xlim and ylim option. But how can I do this if I use pairs()?
Thanks.
Yulei
[[alternative HTML version deleted]]
2007 Jun 22
1
Switching X-axis and Y-axis for histogram
Dear all,
I'm creating a histogram with the function hist(). But
right now what I get is column representation (as normal).
I'm wondering if I could switch X-axis and Y-axis and
get row-representation of frequencies?
One more question, can I define the step of each axises
for the histogram?
Thanks so much!
Donghui
2006 Feb 13
1
Adding dimnames to image()
...D2" "RFM_D3" "RFM_D4" "RFM_D6" "RFM_D9"
[[2]]
[1] "Clus1" "Clus2" "Clus3" "Clus4" "Clus5" "Clus6" "Clus7"
The entries in the cells of the matrix are numeric.
All I get are axises with decimal numbers ranging from 0 to 1.
Thank you, sincerely
___________________
Markus Preisetanz
Consultant
Client Vela GmbH
Albert-Roßhaupter-Str. 32
81369 München
fon: +49 (0) 89 742 17-113
fax: +49 (0) 89 742 17-150
mailto:markus.preisetanz@clientvela.com &l...
2009 Jul 02
2
Need to study and learn about better plots
...s. Here's (I
hope) a simple example:
http://stockcharts.com/h-sc/ui?s=BAC
I'm not going to plot stock price data, or don't plan to anyway, but
the thing I need in a chart is this multi-study aspect - essentially 3
charts in the example, all sitting on top of each other, with their
own axises. It might not be immediately clear that the link shows an
upper chart with two parts - the price data (with volume and moving
averages) and the uppoer portion that has an RSI indicator - in
separate studies on the same chart, with a second chart immediately
below it that has the MACD indicator....
2007 Jun 21
0
questions for hist()
Dear all,
I'm creating a histogram with the function hist(). But
right now what I get is column representation (as normal).
I'm wondering if I could switch X-axis and Y-axis and
get row-representation of frequencies?
One more question, can I define the step of each axises
for the histogram?
Thanks so much!
Donghui
2011 May 26
2
3 Y axis possible?
Dear list,
We have three time course profiles with very different scales, and we want
to show them in one plot. Is it possible to have three y axis? I guess not,
then what would be other options? something like two 2-y axis plots on a
three dimensional view? Appreciate any comment.
Jun Shen
[[alternative HTML version deleted]]
2009 Aug 05
2
Wine help OS X Tiger 10.4.11
I installed WINE today through Macports, I have X11. X11 SDK and Xcode installed. I am trying to get an old game called Axis and allies 1998 which I've got to work in Ubuntu before just fine working on this mac.
I installed the game, and when I try to run the game .exe I get the following error in the terminal and the game never opens.
Allies Joshua$ wine AxisAllies.exe
Could not load
2009 Jul 02
2
Plot two graphs with different ranges in one
Hi, I'm trying to plot two variables in one graph. One ranges between 0 and
1, while the other ranges between 50 and 500. Can I plot them in one graph
with similar scale?
Thanks
Harry
[[alternative HTML version deleted]]
2007 Jun 24
2
matlab/gauss code in R
...ng a histogram with the function hist(). But
> > right now what I get is column representation (as normal).
> > I'm wondering if I could switch X-axis and Y-axis and
> > get row-representation of frequencies?
> >
> > One more question, can I define the step of each axises
> > for the histogram?
> >
> > Thanks so much!
> >
> > Donghui
> >
> > ______________________________________________
> > R-help en stat.math.ethz.ch mailing list
> > https://stat.ethz.ch/mailman/listinfo/r-help
> > PLEASE do read the post...