Displaying 20 results from an estimated 1000 matches similar to: "Postscript query: plotting long vectors"
2004 May 26
6
Saving Trellis Graphics in R 1.9.0. (PR#6915)
Full_Name: Zdenek Valenta
Version: 1.9.0.
OS: Windows XP
Submission from: (NULL) (147.231.7.250)
I could not copy/save (Trelis) graphics using R version 1.9.0. The graphics
displayed normally, but copying/saving it only produced an empty file.
Everything works o.k. with R rel. 1.8.1.
Best regards,
Zdenek Valenta
2011 Aug 03
1
one way to solve bad looking density plots in postscript
Hi,
When R generates density plots and these are exported to postscript(
a=matrix(1:100,10,10);image(a,col=rainbow(100);dev.copy2eps(file="image.eps")
)
The result often looks bad when rendered on screen. The help page states that this is because programs use anti-aliasing. That seems to be true - turning off anti-aliasing for gs (-dGraphicsAlphaBits=1) of in OSX's preview makes
2004 Sep 10
1
Documentation Bug
Okay, going to try this one more time with pine (the GnuPG signing from
the Enigmail plugin for Thunderbird keeps getting rejected by
sourceforge). Right.
Anyway, the documentation (in several places) says the analyze option to
use GNUplot is "--residual-gnuplot", when the code actually checks for
"--residual-gnu-plot"....extra hyphen. i checked this late last night, but
2000 Jan 31
1
Interest in R plotting capabilities
I'm a scheme and C user generally, I'm a bit wary of the large FORTRAN
content of the R language but aside from that issue it seems nice and simple
and easy to use.
What I want to do is find some GPL software to replace gnuplot,
and since R does all the calculating stuff that gnuplot does (probably
R is faster though I haven't tested) plus R has quite decent
plotting capabilities I
2008 Aug 22
1
R and GNUPLOT
Hello,
I am trying to send commands to GNUPLOT to load a .plt file that was generated with a C++ software module called with R, and to replot.
I am able to open the program with shell.exec (below) but I am at a loss at what do next. Any suggestions??
shell.exec("C:\\ gnuplot \\ bin \\ wgnuplot.exe")
Thanks
2011 Mar 12
2
Gnuplot fit function in R
Hi there,
I'm new to R, coming from gnuplot for the plotting facility...
I'm just wondering if there is a equivalent to the fit function of gnuplot in R?
If not, s there any good resource on fitting gaussians into a curve?
greetings,
Stefan
2006 Nov 14
1
running R without X11
Hello,
I'm trying to run R from a webserver, which doesn't have an X server,
and produce pngs to go on a webpage, is this possible?
I'm doing it in gnuplot with
gnuplot> set term png
gnuplot> set output
With $DISPLAY unset, I get the following error from R:
> png()
Error in X11(paste("png::", filename, sep = ""), width, height,
pointsize, :
2006 May 12
6
text plots?
Is there a way to do text plots in R?
I'd like to do some simple XY plots in R with the output in text
(ascii). For example, with gnuplot I can do the following:
echo 'set terminal dumb ; plot sin(x)' | gnuplot
To generate a simple sin wave. Since I connect to a remote Linux
machine using SSH, being able to generate a rough idea of what a plot
will look like in text would be
2008 Mar 26
1
GNUplot to R conversion?
Hi,
I have some scripts creating GNUplot graphs that I would like to
convert to R. It would be a great help if there would be a
reasonable converter that takes over plot commands and initial
settings and put these into R commands (I'm an R beginner and
thus this kind of Kickstart would be helpful).
Remark: Asking Google for "gnuplot to R conversion" or similar things
does not
2010 Jul 08
2
Calling Gnuplot from R
Hi,
I am wondering if there is a way to call Gnuplot from R and/or if anyone can
recommend a package on CRAN capable of doing this?
Thanks,
Chris
PS - Please cc me on the response.
[[alternative HTML version deleted]]
2012 Jul 02
3
carpet plots
Hi all,
I wonder why there is so little software for carpet plots (german:
Rasterdiagramm) (Three dimensional plot (x, y, z), the 3rd dimension
(z) symbolized by colourgradients). Besides from one or the other non
free software I only found an OpenOffice macro, a combination of
Gnuplot and Excel (an Excel macro calling gnuplot)
(http://www.johannes-hopf.de/2009/12/carpet-plot-version-1-3/9 and
2002 Dec 03
1
Plotting Speed: R vs Octave
Thank you. Guess it's a plausible explanation.
> -----Original Message-----
> From: Liaw, Andy [mailto:andy_liaw at merck.com]
> Sent: Tuesday, December 03, 2002 08:05 AM
> To: 'Chunlou Yung'
> Subject: RE: [R] Plotting Speed: R vs Octave
>
>
> If I'm not mistaken, Octave does not have its own graphics system, but
> rather rely on gnuplot, which is
2005 Jan 31
2
Anyone have the userguide''s tc script and the corresponding ethloop input files?
I''m trying to get picture from ethloop and gnuplot. But the output seems weird. I still do not know why and want some examples.
Thanks in advance.
---------------------------------
Do You Yahoo!?
注册世界一流品质的雅虎免费电邮
--0-1760319804-1107141989=:62961
Content-Type: text/html; charset=gb2312
Content-Transfer-Encoding: 8bit
<DIV>I''m trying to get picture from ethloop and
2004 Jul 05
3
[LLVMdev] Propose change gnuplot options for small picture versions
In current state dates at small version of pictures generated by night
builder script is unreadable
( for example http://llvm.cs.uiuc.edu/testresults/X86/running_loc.png ).
I suggest rotate it to vertical position in small picture versions.
.png file created modified gnuplot script (for comparing) and patch
attached.
"set xlabel 0,-1 " added for solving xlabel and xtics text overlap
2008 Oct 22
1
Inserting blank lines into a file
Hi,
Should be a quickie:
I want to make a datafile in R for plotting in gnuplot (which has
friendlier 3D plotting options, as far as I can tell). So, I want to
create a file with contents along the lines of
#File begins
0 0 10
0 13 10
0.2 2 10
1 0 10.12
1 1 5
1 2 10
2 0 10
2 1 1
2 2 10
It's probably fairly easy to write the space-separated numbers with
write.table, sink, or similar. But
2010 Apr 29
2
send_data => invalid byte sequence in US-ASCII
I''m trying to display a generated .png plot via send_data(), but it
results in a server error "invalid byte sequence in US-ASCII" error.
I''m pretty sure this means that I need to specify the encoding
somewhere, but I haven''t been able to figure out where or how to do so.
Some particulars:
I''m running gnuplot through a pipe to generate a plot in .png
2004 Apr 22
1
Evidence from Debian's package tracking (Was Re: Size of R user base.)
I have watched the discussions about the size of the R user base with
much interest. One more source of data that might help is the
voluntary data capture in Debian. If you are a Debian user, you should
volunteer information. It's very easy: as root, say:
# apt-get install popularity-contest
The results are found at:
http://popcon.debian.org/main/math/by_inst
This shows that of the
2012 Aug 31
2
[PATCH] Add missing options to flac man page.
---
man/flac.1 | 25 +++++++++++++++++++++----
man/flac.sgml | 2 ++
2 files changed, 23 insertions(+), 4 deletions(-)
diff --git a/man/flac.1 b/man/flac.1
index fef4ded..3d7bd50 100644
--- a/man/flac.1
+++ b/man/flac.1
@@ -68,6 +68,9 @@ Prefix each output file name with the given string. This can be useful for enco
\fB--delete-input-file \fR
Automatically delete the input file after
2010 Feb 09
4
Re-execute previous command
Hello All,
In bash, to re-execute a command, say, 'gnuplot plot.gnu', one can type
!gnu. Is there a similar feature in the R console? For example:
plot(g1$mean,g2$mean)
.
.
.
Lines, many lines of commands
->Here I want to repeat the previous plot command.
!plot and plot(+TAB) do not work.
This question was asked in this forum back in 2006 but the answer seems to
have been lost
2001 Aug 08
4
Plotting multiple series of data
I'd like to plot data that's in the form of a table such as this:
1 2 4 6 8 12
a 10 11 12 14 15 30
b 2 3 3 4 5 5
c 1 1 2 2 3 3
Where the row headers are the results for different series of tests, and the
column headers are the x-values.
I'd like to plot this as a set of lines, one each for "a", "b", and "c". I
can rearrange the data as needed, but