Displaying 20 results from an estimated 3000 matches similar to: "figures with grids"
2007 Mar 06
1
Obtaining figures with exactly placed points
Dear list,
I have to plot some geometrical shape given as list of points. My need
is the following: let's say my shape is a 1 inch large square; how can
I plot it with R in a graphic format that gives me an image *exactly*
1 inch large? I tried to set oma, mar and fin parameters, but with no
success.
I'm currently using the xfig driver for the final images are to be
included in latex
2002 May 29
1
bug in xfig()?
I'm using (Linux version) xfig() within a function
and then simple matplot() and matline() plots.
Although I do not define any bg or fg default color,
sometimes all lines in the final fig file are green.
The same code works as (I) expected if I use
x11() or pdf().
This is what I'm doing:
I open 2 devs:
xfig()
dev.set(2)
layout(mat1)
xfig()
dev.set(3)
2012 Jan 03
1
Options for generating editable figures?
Hello all,
I'm using R to produce figures for people who want to be able to edit
the figures directly, and who use PowerPoint a lot. I use a Mac, and I'd
appreciate any advice about how to approach this. Here's what I've come
up with so far:
1) I can use xfig() and then ask them to install Inkscape to edit the
files. Downsides are no transparency and a learning curve with
2004 Jul 21
1
Problem using xfig()
Hello ... I tried to generate .fig figures with R, using the xfig() function ...When I open the figures using xfig software under linux ... the foreground color change strangely ... whereas when I display the same figure in R or when I saved it in using postscript() function there is no problem.
Any idea about the behavior of the colors when using xfig ??
Thanks in advance
Christophe Grova
2003 Oct 04
0
Re: Bug#213857: r-base-core: xfig plot fails with invalid line type (PR#4401)
On Fri, Oct 03, 2003 at 09:21:29AM -0500, Dirk Eddelbuettel wrote:
> On Fri, Oct 03, 2003 at 08:29:31AM -0500, Douglas Bates wrote:
> > edd@debian.org writes:
> >
> > > Graham,
> > >
> > > Confirmed. I will pass that along to the R team. As 1.8.0 is in code freeze,
> > > this may not get addressed, unfortunately.
> > >
> > >
2002 Feb 28
3
R-plots with 'complex' axis-labelling
Hi there,
I want to create plots with some kind of 'complex' axis labelling of the form
$\dot{V}$ and integrate those plots into a LaTeX document. What is the best
way to go?
I've figured out, that the 'plotmath' commands are somewhat limited (at least
I wasn't able to get the $\dot{V}$ generated) and that plots with
'plotmath'-axes wouldn't export
2008 May 15
1
Font settings in xfig
Hello
I'm using the xfig-function in R to export figures in fig-format. To
use these exported figures in LaTeX, I first run a fig2dev to get a
pstex and pstex_t file. However, in order to get the right pstex_t
file (that is, with the text of the original figure) I have to change
the font and special text variables in the fig files.
I would like R to do this font changing job, but I can't
2006 Jul 28
0
w2k3 r2/winbind/idmap - 3.0.23a
I believe I have a config problem, but let me first explain what I'm
trying to accomplish and then I'll dump all the logs, etc.
w2k3 r2 domain server: hilbert.math.purdue.edu
samba server: gram.math.purdue.edu
realm: MATH.PURDUE.EDU
domain: MATH
Currently my entire environment is all Solaris, with users stored in
LDAP and home directories shared via NFS. I am using Sun's Identity
2001 Feb 13
3
xfig boxplot (polygon) bug??
There appears to be a bug in the R xfig() driver.
When I run a simple example, eg
> data(InsectSprays)
> boxplot(count ~ spray, data = InsectSprays, col = "lightgray")
the boxplot is fine. Doing the same thing after
> xfig(file='test.fig')
and then opening in Xfig (ver3.2 patchlevel 2) on my Linux box produces boxplots
where the boxes, although correctly shaded in,
2001 Feb 13
3
xfig boxplot (polygon) bug??
There appears to be a bug in the R xfig() driver.
When I run a simple example, eg
> data(InsectSprays)
> boxplot(count ~ spray, data = InsectSprays, col = "lightgray")
the boxplot is fine. Doing the same thing after
> xfig(file='test.fig')
and then opening in Xfig (ver3.2 patchlevel 2) on my Linux box produces boxplots
where the boxes, although correctly shaded in,
1997 Nov 20
3
R-beta: edit figs with xfig?
Question for R users under unix:
Do you ever edit figs created by R using xfig or some other program? I
tried to edit a figure with xfig (a program which I find quite horrible by
the way) and it said it couldn't read it in. I guess xfig has no
capability of reading postscript files?
Can anyone tell me how to do it, or perhaps suggest another freeware
structured drawing program for use in
2002 Aug 08
0
Samba Server not found through broadcasting
Hello!
I'm not a newbie to Linux but to Samba and Linux<->Windows networking,
so -naturally- I encountered some problems.
First let's start with my configuration:
I'm running RedHat 7.3, Samba 2.2.3a and Windows 2000.
The Linux server's name is hilbert, my Windows machine is igor.
And this is my smb.conf
[global]
workgroup = TEST
netbios name = hilbert
interfaces =
2009 Jan 27
0
How do you specify font family in png output; png cross-platform issues
For teaching purposes, I prepared a little R program. I want to give
this to students who can run it and dump out many formats and then
compare their use in LaTeX documents. I do not have too much trouble
with xfig or postscript format, but I've really run into a roadblock
where png files are concerned.
My original problem was that the png device does not accept a family option.
How can I
2000 Jul 05
0
svd() (Linpack) problems/bug for ill-conditioned matrices (PR#594)
After fixing princomp(), recently,
{tiny negative eigen-values are possible for non-negative
definite matrices}
Fritz Leisch drew my attention to the fact the not only eigen() can be
funny, but also svd().
Adrian Trappleti found that the singular values returned
can be "-0" instead of "0". This will be a problem in something like
sd <- svd(Mat) $ d
2003 Oct 03
0
Re: Bug#213857: r-base-core: xfig plot fails with invalid line type (PR#4401)
On Fri, Oct 03, 2003 at 08:29:31AM -0500, Douglas Bates wrote:
> edd@debian.org writes:
>
> > Graham,
> >
> > Confirmed. I will pass that along to the R team. As 1.8.0 is in code freeze,
> > this may not get addressed, unfortunately.
> >
> > Regards, Dirk
>
> I believe Ross Ihaka has already detected and fixed this problem. The
> fix should
2009 Jan 19
1
patch for textspecial and defaultfont in xfig
Hello,
The current xfig device lacks the functionality to set the
textspecial flag and use the defaultfont in xfig. This is necessary
when you want to export to xfig and use interpreted text (e.g., $
\frac{1}{e}$ gets interpreted by latex). The attached patch adds this
functionality.
Why would you like to do this?
- Use math in labels (e.g., name your variables $r_{xy}$, do a
2005 Jan 10
1
XFIG color output (PR#7491)
Full_Name: Chris Haidinyak
Version: 2.0.1 & 1.9.0
OS: Linux x86_64
Submission from: (NULL) (139.95.251.9)
Hi,
I am using R 1.9.0 (on Linux Redhat AS 3 - x86_64) and 2.0.1 (on Linux Fedora
Core 3 - x86_64) and am having problems using graphs created with the xfig
option.
1.9.0 problem - sometimes the graph output puts the color definitions in the
wrong place in the file. According to
2005 Jul 16
1
xfig device - depth
Hi,
I hope this is the right list for my posting, since I've never posted
to any R list before.
I'm quite extensively using the xfig graphics device and as far as I
figured out this
device writes all the objects into xfig layer 100 (based on what I saw
in the devPS.c
file -if this is the file to output to xfig format - depth 100 is
hardcoded). Are the any
plans to implement xfig layer
2004 Nov 01
0
updated package waveslim 1.4
waveslim 1.4 has recently been uploaded to CRAN and is fully compatible
with Rv2.0. Besides ensuring usability with the most recent version of R,
two additional "flavors" of wavelet methodology have been added to the
package: (1) Hilbert wavelet pairs and (2) the dual-tree complex wavelet
transform [only 1D and 2D ported from Matlab code by Selesnick]. The
dual-tree CWT code has
2004 Nov 01
0
updated package waveslim 1.4
waveslim 1.4 has recently been uploaded to CRAN and is fully compatible
with Rv2.0. Besides ensuring usability with the most recent version of R,
two additional "flavors" of wavelet methodology have been added to the
package: (1) Hilbert wavelet pairs and (2) the dual-tree complex wavelet
transform [only 1D and 2D ported from Matlab code by Selesnick]. The
dual-tree CWT code has