Displaying 20 results from an estimated 3000 matches similar to: "filled.contour() ignores mfrow (PR#7114)"
2004 Jul 19
1
par(ann=FALSE) ignored by image() (PR#7112)
Full_Name: Karel 'Clock' Kulhavy
Version: 1.9.0
OS: GNU/Linux
Submission from: (NULL) (212.71.168.94)
par(ann=FALSE) is ignored by image() graphics function.
2004 Jul 19
1
par(cex) is ignored by persp() (PR#7113)
Full_Name: Karel 'Clock' Kulhavy
Version: 1.9.0
OS: GNU/Linux
Submission from: (NULL) (212.71.168.94)
persp() graphing function ignores par(cex).
2004 Jul 19
1
par(xlog) is not honoured (PR#7111)
Full_Name: Karel Kulhavy
Version: 1.9.0
OS: GNU/Linux
Submission from: (NULL) (212.71.168.94)
plot(function(x){x^2}, 1, 10) doesn't react to par(xlog=TRUE).
2008 Mar 26
3
Theora logo master
Hello
I would like to ask if it's possible to display Theora logo at
http://ronja.twibright.com/sw.php
I use Theora for automatically generated videos at
http://ronja.twibright.com/3d/
If yes can I please have the master of the logo? I cannot use the small logo you have
on the website.
Thanks,
Karel Kulhavy
2006 Mar 07
1
Fwd: Delete some excluded files in rsync
Begin forwarded message:
> From: Karel Kulhavy <clock@twibright.com>
> Date: 7 March 2006 18:01:43
> To: Martin Pool <mbp@samba.org>
> Subject: Delete some excluded files in rsync
>
> Hello
>
> I suggest that a feature be added into rsync. That one could
> separately
> specify excluded files that should be deleted on the receiver and
> excluded files
2006 Jun 26
1
About filled.contour function
Dear R-projects users
I would like like to ask if there is any way to produce a multipanel plot
with the filled.contour function. In the help information of filled
contour it is said that this function is restricted to a full page
display.
With kind regards
Prodromos Zanis
--
****************************************************
Dr. Prodromos Zanis
Centre for Atmospheric Physics and
2001 Nov 12
1
Filled Contour.
Hi.
I'm a big user of level plots. Because filled.contour() didn't do exactly
what I wanted, I hacked at it a bit to add these options:
(*) Even spacing in the key, even if the contours are not evenly spaced.
(*) Horizontal key
(*) options to not use layout() and to plot only the level plot _or_
only the key. This means you can use layout yourself to (e.g.)
have several
2002 Dec 05
2
Help: draw 3 filled.contour on one page
Dear All,
I tried to draw 3 filled.contour plots on one page, but failed. It returns
"Error in plot.new() : Figure margins too large".
Can anyone help me to do this.
BTW, does anyone has the experience to draw a isosurface with R?
Dr Zhiqiang Cui
School of Geography and Environmental Sciences
The University of Birmingham
Edgbaston, Birmingham
B15 2TT
2006 Jan 09
1
How to use filled.contour(x,y,z) data for levelplot(z)?
Dear all,
We used the following function to create a spatial plot of a raster image:
filled.contour(xx,yy,zz, color = terrain.colors, nlevels=10,
main=naamjaar, plot.axes = { contour(Xcoord/1000,Ycoord/1000,lim.data,
nlevels = 4, col=4,drawlabels = T, axes = FALSE, frame.plot = FFALSE,
add = TRUE);axis(1); axis(2);
2004 Aug 31
3
encrypted passwords and /etc/passwd
Hello
Why is it necessary to specify
encrypt passwords = no
to make Samba server start using solely /etc/passwd?
Isn't it possible to tell Samba server that on the way between a client
and the server, the passwords sould be encrypted, and after decryption,
they will be checked against /etc/passwd and not smbpasswd, tdb or
whatever backend?
Cl<
2017 Aug 02
3
switch of cex adjustment with mfrow?
Dear list members,
i am trying to create multiple figures with identical layout (i.e. font sizes etc.) for a publication created with Latex. To do so (i.e. to get identical font sizes) I save all plots as a pdf with widths and heights as they would later appear in the paper (to prevent scaling etc.). My problem now is that I create several multipanel plots with par(mfrow=c(...)) which sometimes
2013 Feb 14
1
Clip a contour with shapefile while using contourplot
Hi, I have done the interpolation for my data and I was able to create the
contours in multipanel with the help of Pascal. Now, I want to clip the
contour with the shapefile. I want only the portion of contour to be
displayed which falls inside the boundary of the shapefile.
The data mydata.csv can be found on
https://www.dropbox.com/s/khi7nv0160hi68p/mydata.csv
The data for shapefile can be
2004 Feb 16
2
Roman numerals in Samba HOWTO collection
Hello
What is the purpose of Roman numbering of pages in Samba HOWTO
Collection?
Cl<
2004 Feb 17
2
+ or \ as winbind separator?
Hello
Samba HOWTO Section 21.5 example 21.5.1:
"# separate domain and username with '+', like DOMAIN+username
winbind separator = +
page cccxxiv: "The only obvious indication that Winbind is being user is
that user and group names take the form DOMAIN\{}user and
DOMAIN\{}group".
What is then the winbind separator? Is it '+' or is it '\'? Or should I
2001 Mar 27
1
username doesn't work
Hello.
I've got samba 2.0.6. My smb.conf file contains:
---------
[myhome]
comment = My Home
path = /home/myhome
username = mary, jack
read only = No
--------
When I run: smbclient '//mycomputer/myhome'
and type valid password for mary or jack.
The answer is:
--------
Password:
session setup failed: ERRSRV - ERRbadpw (Bad password - name/password
2005 Oct 21
3
Problems with example(Grid) in grid package
The following:
library(grid)
grid.newpage()
example(Grid)
has the yaxis label partly cut off and the x axis label does not appear at all.
Also ?grid.multipanel in that example brings up documentation for
grid-internal but this would not seem to be internal if its part of an example.
I am using:
> R.version.string # Windows XP
[1] "R version 2.2.0, 2005-09-20"
2002 Dec 14
1
adding contour lines to a filled.contour
Hi all,
Does anybody know how to add contour lines to a filled contour plot?
I want to draw a single contour around values that are above a certain
level (e.g., significant). The problem I'm having is that since the
filled.contour command actually draws two plots (data and the key),
adding contour lines paints them over both plots.
Any suggestions?
Thanks, Andy
#~~~~~~~~~~~~~~~~~~~
2005 Jan 14
2
contour and filled contour plots
Hello,
I'd like to remove color bar from "filled.contour"
plot.
Is it possible and how?
I also want to overlay "contour" plot on
filled.contour
but due to scaling of the "filled.contour" to
account for the color bar, aspect ratio for "contour"
is different from "filled.contour". Can this problem
be solved?
Thanks,
Mark
2008 Mar 13
2
Plot contour over filled contour
Dear R-users,
I haven't found a way in the searchable archive to overplot a contour
(lines) over a surface.
I have a (n,m) matrix that represents sea surface temperature that I
have plotted using image.plot(), filled.contour() or image(). I would
like to overplot this image with some contour lines of mixed layer depth
values(same size matrix). How can I do this?
Any help is appreciated,
2013 Nov 11
0
Diferencias entre contour y filled.contour
Hola a todos:
Yo pensaba que la diferencia entre contour y filled.contour radicaba,
simplemente, en que la segunda pintaba con colores los espacios entre las
curvas de nivel, pero haciendo lo de abajo aparecen diferencias
require(gplots)
celdas <- 5
m <- matrix(10,celdas,celdas)
m[3,3] <- 20
m[2,2] <- 20
m[1,] <- m[celdas,] <- m[,celdas] <- m[,1] <- 20
image(m,asp=1)