similar to: basic question about changing limits on generated plots

Displaying 20 results from an estimated 9000 matches similar to: "basic question about changing limits on generated plots"

2004 Jul 02
3
plotting many line segments in different colors
I want to plot a large number of line segments, with a color associated with each line segment (I'm actually plotting a function of the edges of a 2d graph, and I want to use color to indicate the level of the function.) I originally thought I could use lines, but lines puts all its lines in one color (from help(lines), "col: color to use. This can be vector of length greater than one,
2004 Jun 11
2
Asterisk newbie help !!
hi, I got a digit networks x100p card and instaled asterisk. everything went fine and upon calling the phone asterisk issues a notification. Now i plan to turn it into an ivr and modified extensions.conf to first record some messages , problem is 1-)I am not able to understand how extensions refer to in my case ( a single analog phone line plugged into line jack and a phone into the phone
2003 Feb 24
5
exact range of axes in plots
Hello. I was wondering how one can find the exact values of the range of an axis within a plot. In xlispstat it was (send plot :range 0). Thanks much, Jason
2006 Oct 09
2
lines at margin?
Hi list, I want to add some lines at margin area of one figure. mtext could add text to these margins, can I add lines with different lty parameters? Thanks, mike [[alternative HTML version deleted]]
2008 Jun 03
3
OpenSpace support for mapstraction
Attached is patch to provide support for OpenSpace in mapstraction. A demo can be seen at http://yvonnesplants.co.uk/openspace_demo.html. Note that OpenSpace seems sometimes to have a problem with links clicked from email. If you get an error ''HTTP referrer not valid'' then open a new browser window and paste in the link and it should be ok. The following features are not
2005 Jan 06
2
animation without intermediate files?
Hello, Does anyone know how to make "movies" in R by making a sequence of plots? I'd like to animate a long trajectory for exploratory purposes only, without creating a bunch of image files and then using another program to string them together. In Splus I would do this using double.buffer() to eliminate the flickering caused by replotting. For instance, with a 2-D trajectory
2009 May 25
4
Can I copy my .wine??
I tried doing scp between two machines on my LAN. It whizzed along at great speed for a long time, mostly displaying messages over and over saying either something about permission (denied, I presume), or else about too many levels of symlinks. What I use it for is GPS/map software -- legacy proprietary stuff from Garmin and Maptech, to which I have added a lot of personal data collected
2008 Sep 24
3
Changing a plot
Hello list, I've been working on this problem for a while and I haven't been able to come up with a solution. I have a couple of functions that plot a bunch of data, then a single point on top of it. What I want is to be able to change the plot of the point without replotting all the data. Consider the following example: x = rnorm(100,1,0.5) y = rnorm(100,1,0.5) plot(x,y,pch=16)
2015 Feb 05
3
lost at 'repository' entry installing centos7
re-sending to list. other attempt got addressed wrong. On 02/02/2015 02:15 PM, Tim wrote: > Am 1. Februar 2015 21:30:52 MEZ, schrieb g <geleem at bellsouth.net>: >> >> greetings. >> >> while attempting to install c7, i got lost at 'repository' entry. >> >> i canceled, loaded centos.org, looked for help for installing c7, >> but did not
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
2011 Sep 07
2
rgl 'how-to's
Doing a visual graphic and trying to make it "pretty" Here's simple chart to play with: library(rgl) dotframe<-data.frame(x=c(0,7,0,0,-7,0),y=c(0,0,7,0,0,-7),z=c(7,0,0,-7,0,0)) dotframe plot3d(dotframe$x,dotframe$y,dotframe$z, radius=3, type='s',col=c('red','green','blue','purple','orange','gray'), axes=FALSE, box=FALSE,
2005 Jun 09
4
position of a legend-object
Hello, I've written a function that plots a few functions in a diagram. The xlim and or ylim is not always the same, and set automatically by R. A legend is part of this object. Now the problem is: where to put the legend? Me would help a function that returns the limits and scaling of the axis. Thanks for your help. Carsten [[alternative HTML version deleted]]
2006 Jul 19
3
Fitting a distribution to peaks in histogram
Hello list! I would like to fit a distribution to each of the peaks in a histogram, such as this: http://photos1.blogger.com/blogger/7029/2724/1600/DU145-Bax3-Bcl-xL.png . The peaks are identified using Petr Pikal peaks function ( http://finzi.psych.upenn.edu/R/Rhelp02a/archive/33097.html), but after that I am quite stuck. Any idea as to how I can: Fit a distribution to each peak Integrate the
2013 Mar 06
3
About basic logical operators
Hello everyone,           I have a basic question regarding logical operators. > x<-seq(-1,1,by=0.02) > x   [1] -1.00 -0.98 -0.96 -0.94 -0.92 -0.90 -0.88 -0.86 -0.84 -0.82 -0.80 -0.78  [13] -0.76 -0.74 -0.72 -0.70 -0.68 -0.66 -0.64 -0.62 -0.60 -0.58 -0.56 -0.54  [25] -0.52 -0.50 -0.48 -0.46 -0.44 -0.42 -0.40 -0.38 -0.36 -0.34 -0.32 -0.30  [37] -0.28 -0.26 -0.24 -0.22 -0.20 -0.18 -0.16
2004 Sep 23
1
Gridbase basic question
All, I have a simple plot(x,y) and I would like to then insert rectangles of some length (in native coordinates) and height fixed to 0.5 in native coordinates. I can't quite get the code right to do this. Can anyone give me a quick example of how to do this? I looked the gridBase index and the tutorial (from R-news?) but just haven't gotten it down yet. > plot(1:10,1:10)
2011 Dec 22
1
overlaid filled contour plots
I'm trying to make a set of contour plots of bivariate kernel density estimates, showing three such plots overlaid, similar to this plot http://euclid.psych.yorku.ca/SCS/Private/Test/ridge-boot2.pdf except that I would like to have the contours *filled* (using transparent colors). To make this reproducible, I've saved the results of KernSmooth::bkde2D() in the following file:
2015 Jan 09
5
C-6, Gnome question
On Fri, Jan 09, 2015 at 02:34:38PM -0500, Bill Maltby (C4B) wrote: > On Fri, 2015-01-09 at 09:17 -0500, Fred Smith wrote: > > Hi all! > > > > Using the default Gnome desktop on Centos-6, I keep having difficulty > > getting the mouse pointer to lineup exactly on the edge/corner of a > > window when I want to resize the window. It seems that you have to > >
2010 Feb 12
4
passing parameters to deliver
Is any posibility to pass parameters/environment variables to deliver with sieve plugin? I have some procmail rules to decide where mail should go, which can't be migrated to sieve (uses external programs). So far I write it to maildirs, but I wonder to migrate to mdbox, and procmail can't handle it. Any ideas? KJ --
2001 Dec 08
1
LoadOEMResource crash [Was: Re: Problem report: SHRINKER.ERR, fix to DEVICE_Open/CreateFileA? ]
Hi Pavel, Can you run your app under winedbg? When I run my app under winedbg, it segfaults inside the application code with a bad read access. The specific instruction it faults on is movl 0x10(%esi),%eax (aka mov [esi+0x10],eax for IDA users). I'm curious to know if your app uses the same library as mine... --Rob
2016 Apr 18
1
Suddenly increased my hard disk
On Mon, April 18, 2016 4:22 pm, g wrote: > > > On 04/18/16 15:45, Gordon Messmer wrote: >> On 04/18/2016 01:18 PM, g wrote: >>> 'lsof', aka, list open files, will list every open file on system, and >>> there >>> are a lot. >>> >>> 'grep deleted' will list_only_ the deleted files that are still open. >> >>