Displaying 20 results from an estimated 20000 matches similar to: "Fixed plot height question"
2009 Oct 02
3
plot scale
Hi,
Is there a way to set the scale of a plot (i.e. number of axis units
per centimeter) when you output it to postscript? If not, how am I
supposed to plot graphs with different axis limits to the same scale?
They just get resized to fit the paper so that graphs which show a
smaller number of axis units end up with a larger scale.
Cheers,
Ben
--
Dr. Ben Kenward
Department of Psychology,
2012 Sep 25
1
Bug or misunderstanding of par(pin)?
Dear all,
I am currently trying to create a plot showing multiple single plots, for
which the important issue is that the size of each plot region (not figure
region!) has to be of a fixed dimension (in my case: width=1 inch, height=
0.87 inches).
I tried to use "pin" to fix the plotting region to a specific size, but
without success.
The following example will visualize the problem:
2013 Sep 13
3
Problema con el tamaño de las letras en R en gráficos multiples
Hola buenas,
Actualmente me hayo haciendo unas gráficas que han de tener un tamaño de
letra determinado. Para ello empleo los parametros ps de las funciones
x11() y en par().
Mientras hago gráficas de uno y gráficas de dos plots todo va bien. Pego
las gráficas en power point y veo que las gráficas son del tamaño
recomendado (pego una caja de texto y compruebo que todo es correcto de
manera
2000 Oct 04
1
Par arguments and pin and fin
Hi R Gurus,
I want to change the size and shape of the plot region, but cannot work out
how to use the arguments pin and fin in the par() function e.g. :
par(lwd=1.5, font=1, mfrow=c(2,1), pty="m", plt=c(.1,.9, 0.1,.9),
mar=c(1,4,0.1,0.1)
pin=c(6,12))
this gives me a syntax error associated with pin. How should I be using
these arguments?
Thanks,
Matt Redding
2007 Sep 30
1
clipping viewports
Dear useRs,
Why are the rotated blue and yellow boxes in the example below clipped outside of 6 x 6 inch window in the middle of the page?? Where does the 6 x 6 inch window come from? I would like to make use of the entire page.
> library(grid)
> pdf(file = "FarmMaps.pdf", paper = "a4")
> pushViewport(viewport(
+ width = unit(7.6, "inches"), height =
2009 Jun 03
2
Problems with plot and Quartz device (PR#13744)
Full_Name: Thomas Richardson
Version: R 2.9.0 GUI 1.28 Tiger build 32-bit (5395)
OS: 10.4.11
Submission from: (NULL) (216.254.15.72)
I have encountered a problem with points in scatterplots disappearing in a
quartz window when it is re-sized (to make it larger).
I am constructing an 8x12 matrix of scatterplots each containing approx 600
points.
In order to get them in the window I remove the
2006 May 25
3
missed ylim from plot.default
? stato filtrato un testo allegato il cui set di caratteri non era
indicato...
Nome: non disponibile
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20060525/ef972e9f/attachment.pl
2010 Aug 29
3
Saving plot to tiff, with high resolution for publication ?
Hello all.
A Journal we are sending an article to is asking for the following:
To ensure the best reproduction quality of your figures we would appreciate
high resolution files. All figures should preferably be in TIFF or EPS
format... and should have the following resolution: Graph: 800 - 1200 DPI
Photo: 400 - 800 DPI
Color (only CMYK): 300 - 400 DPI (DPI = dots per inch)
Since I am sending
2012 Oct 19
1
grid(Base): How to avoid "Figure region too small and/or viewport too large" by specifying 'relative' units?
Dear grid-expeRts,
The goal:
I would like to construct a plot (matrix) with grid and gridBase,
which consists of four "sub-plots". The sub-plots should have a square plotting
region as one would force with par(pty="s") in base graphics.
The problem:
I don't get a square plotting region, not even by specifying
pty="s" in par(). Indeed, if you display the grid
2000 Feb 24
1
landscape plots
Is there a set of R expressions that has the same effect as the
following set of S-Plus 2000 expressions:
graphsheet(format="printer", orientation="landscape")
par(mfrow=c(2,2))
plot(x1, y1)
plot(x2, y2)
plot(x3, y3)
plot(x4, y4)
dev.off() # one page of landscape plots sent to printer
I am having trouble with formulating the equivalent of the first line of
the above in R.
2003 Dec 11
2
FAX application does not work for me....
Hi,
I have tried to install and configure the FAX app using the steps described
in several mails on this list.
When a FAX call arrives on X100P, the fax extension is executed, which looks
like:
exten => fax,1,RxFax(/var/spool/asterisk/incoming/${CALLERIDNUM}.tif)
exten => fax,2,Hangup
It tries to negociate, but nothing is received at the end and the other part
times out.
More, after this
2013 Feb 26
1
understanding cex (R plots)
Hi,
I try to make multiple plots look as similar as possible.
I create each plot with pdf(), using the same height but different width in inch.
For some plots I use the layout() function to draw multiple subplots side by side in one pdf.
For each plot I use the same cex values for the different plotting functions
(cex.axis, cex.lab, cex.points etc.)
Still, when I compare the pdf's the
2009 Apr 06
1
Maintain proportions while reducing graphic output size
Hello,
Is there a combination of par() settings or other commands that will allow
me to uniformly reduce the size of graphics outputs? It appears that the
png() device outputs 5-inch by 5-inch images, and I am trying to change my
whole script to produce 4x4 images with the same proportions. I tried
specifying parameters within each png(), but it reduced the size of the file
without refitting the
2003 Oct 28
5
rxfax problem
Hello,
I tryed out spandsp with libtiff-3.5.7 and with Asterisk from CVS.
I tryed to receive a fax on a CAPI channel. Finally I got a file with
8 byte length (/tmp/testfax.tif).
How can I do next?
Thanks in advance,
Thomas
ps: what are hardware requirements for sending/receiving faxes?
-- creating pipe for PLCI=0x101 msn = 2258589
> sent ALERT_REQ PLCI = 0x101
--
2005 May 13
1
Re: SpanDSP TXFax and multipage faxes problems
Hi !
Does anyone managed to send multipage faxes (in single TIFF file) with
app_txfax from spandsp package (i'm using 0.0.2pre18, libtiff 3.7.1)?
If so, I'm interested in format of TIFF file that has been sent sent
succesfully (tiffinfo <fax-filename>).
I'm having problems with app_txfax, sending first page successfuly 99 % of
the time, but never managed to send second or
2005 Sep 09
1
measurement unit
Dear R-list,
Could anybody tell me where to find information about changing the measurement
unit from inch to centimeters?
I read the help from X11, I read R-intro and I did some searhing in the R
archives, but I couldn't find the answer.
For example, I would like to produce a plot of a certain width and height:
X11(width=10, height=5)
and I would like these to be centimeters, rather
2014 Jan 14
1
Determining the resolution of a screen device
Dear all,
I am trying to find a way to reliably and programmatically establish the
resolution (i.e. DPI or equivalent) of an on-screen device. It seemed to me
that
dev.new(width=1, height=1)
dpi <- dev.size("px")
would do the trick, but the result does not seem to be correct, at least on
OS X 10.9.1 using the "quartz" device. Specifically, the window that
appears is 1
2012 Jun 20
2
exact relative positioning of lattice plots
Hello,
I have two lattice plots for which panel.height is fixed. I am trying to position them in a column so that there is exactly half an inch of vertical space between them. This would be a simple task if I were not fixing panel.height. But given that I am, I can't find a way to put exactly half an inch of space between the plots. Is there a way?
I've checked the Sarkar and
2009 Jan 08
1
Alignment of image plot overlay
I'm having trouble with alignment of a trend line overlayed onto an image
plot. The two should be plotted on the same x-axis (time-series). However,
the trend line begins about an inch into the image plot x-axis and ends
about an inch off of end of the image plot. Once I have the alignment
sorted, I need to put a secondary y-axis on the image plot which is scaled
for the trend line. An
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