Displaying 20 results from an estimated 7000 matches similar to: "printing captions in multiple panes"
2000 Oct 03
1
captions for than one figure
Hi,
I would like to have four plots plotted in the one figure and under each plot 
the caption (a) ... (d). Using mtext I can get so far:
> plot(1:10, exp(1:10), log = "y", xlab = "xlab")
>  mtext("(a)",side=1,line=4.5)
> plot(1:10, exp(1:10), log = "y", xlab = "xlab")
>  mtext("(b)",side=1,line=4.5)
> plot(1:10,
2010 Dec 04
1
scale caption on levelplot
hi,
i am trying to figure out how to put a caption on the colour scale of a
levelplot. there does not seem to be an option for this in levelplot().
i tried using mtext() but as soon as you put the text far out enough on
the right of the plot, it goes beyond the plot boundary. so i tried to
extend the margin on the right of the plot using par(mar) but this did
not have any effect on the plot area.
2007 May 05
0
[1012] trunk/wxruby2/doc/textile: Added docs for AUI Advanced User Interface classes
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2008 Dec 29
2
Hmisc labels and captions in latex.list()
I am trying to feed a list to latex to use with SWeave, and the list  
comes from contents().  Since it is a list, a caption and label are  
generated by latex.list - these are not overridden by setting the  
parameters (such as caption='myCaption', label='myLabel').
I must clearly be missing something - is there no way to set a caption  
or label with the latex() function when
2006 Apr 12
1
long captions -- new issue
I have found out that the way to have a break apart a long caption in
the way that one desires is to have a short caption for use in the
list of tables that is not broken with \\
I can manually adjust the LaTeX output from the Hmisc function latex()
to get the tables how I want them.  However, I would like to automate
the creation of these tables.
Inside the latex() function, I tried this:
2007 Mar 19
0
[900] branches/wxruby2/wxwidgets_282/swig/classes: Initial commit of AUI core classes
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2008 Sep 30
1
Using sub to get captions in barplots
All,
I've been using "sub" (subtitle) instead of "main" such that captions are
below figures produced by xyplot.  This works fine and captions are on a
single line.  However, when I try this for bar plots with error bars
(altering the error.bars function form Crawley's The R Book, see below), the
captions are split on more than 1 line.  Is there a way to get the
2007 Apr 27
1
Write text in the
Hey Felix,
So basically what you want is a figure containing a block of four plots, with a main title for the figure? If that's the case then something like this should work:
# BEGIN CODE #
par(oma=c(0,0,1,0), mfrow=c(2,2))
for(i in 1:4){
plot(NA,xlim=range(0,10),ylim=range(-5,5))
title(paste("Plot ",i,sep=""))
}
par(mfrow=c(1,1), oma=c(0,0,1,0))
mtext("Main
2005 Apr 23
3
Enhanced version of plot.lm()
I propose the following enhancements and changes to plot.lm(),
the most important of which is the addition of a Residuals vs
Leverage plot.
(1) A residual versus leverage plot has been added, available
by specifying which = 5, and not included as one of the default
plots.  Contours of Cook's distance are included, by default at
values of 0.5 and 1.0.  The labeled points, if any, are those
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2006 Jun 06
5
Rails and Framesets
I''d like to use a frameset to separate the content in an app I''m playing 
with into 3 separate panes. A 1/3 page width left pane will be for 
general navigation, (so rarely needs reloading). The main content 
separates into a top and bottom pane, (with the top pane being set by 
the nav pane, and the bottom pane being set by the top pane).
Unfortunately, I''m new to
2000 Jan 10
1
'at' parameter in mtext(.., adj=0, outer=T) (PR#396)
Depending on the setting of par()$usr, 
the 'at' setting in mtext(.., adj=0, outer=T) may cause the
text to appear in an anomalous position (e. g. in the first
instance below, at the left of the plot region rather than
at 'at=0' in the figure region), or the text may not appear
at all.
If one does not set the 'at' parameter the text appears
(with 'adj=0') on the
2007 Oct 07
0
Fwd: [whatwg] Video, Closed Captions, and Audio Description Tracks
Interesting discussion happening over at whatwg!
S.
---------- Forwarded message ----------
From: Silvia Pfeiffer <silviapfeiffer1@gmail.com>
Date: Oct 8, 2007 10:14 AM
Subject: Re: [whatwg] Video, Closed Captions, and Audio Description Tracks
To: Chris Double <chris.double@double.co.nz>
Cc: "whatwg@whatwg.org List" <whatwg@whatwg.org>
Hi Chris,
this is a very good
2012 Jun 02
1
mtext bug
Sir,
I have hit a the limits of my understanding of text / par / opar etc...
I have a few related xts data frames which have multiple columns, and have
written a for-loop to make a set of charts - however i do not get any
margin text when i run the loop.
when i test the code outside of the loop the margin text appears - however
when i run the loop the margin text does not appear ... what gives?
2010 Nov 30
3
saving multiple panes to PNG
After searching multiple combinations of keywords over the past two  
days and downloading n R graphics tutorials, I have not been able to  
find anything online or in my R books about how to save multiple plot  
panes to PNG.
Specifically, I am using the irf() function in the vars package to  
generate plots of Impulse Response Functions:
 > x.data <-
How to plot 2 continous variables on double y-axis with 2 factors: ggplot2, gplot, lattice, sciplot?
2013 Feb 25
3
How to plot 2 continous variables on double y-axis with 2 factors: ggplot2, gplot, lattice, sciplot?
Hi,
I have a data set with two continous variables that I want to plot MEANS (I 
am not intrerested in median values) on a double-y graph. I also have 2 
factors. I want the factor combinations plotted in different panes.
Dummy dataset:
mydata <- data.frame(factor1 = factor(rep(LETTERS[1:3], each = 40)),
                     factor2 = factor(rep(c(1:4), each = 10)),
                 y1 =
2011 Apr 20
11
Mac Phusion Passenger Pane not working
I have a feeling that this is something centered around my
apache/Passenger configurations but everything seems to check out.
Another off the hand problem I''m having, and might be a clue is w/ my
Passenger Pane.   I installed the Phusion Passenger Pane and every time
I try to add an entry, I get this error:
"Your changes couldn’t be saved
  See the Console log for details."
2008 Jan 04
1
Sorting of captions on axes
Hello,
I think this might be a beginner question, but I couldn't find the answer in
the manual...
http://www.nabble.com/file/p14618947/at-modality.png 
I created this image with R by using the following code:
modality <- read.table("results.table", header=TRUE, sep=",")
color <-
2008 Apr 09
2
New patches to Souffleur
Hello all,
	I am really excited to post these new patches since a lot of things
have been done to the software lately. I know, I still have to write a
README file but I am struggling to get a "basic" functional version out
before I can concentrate efforts on documentation (I know, not the best
practice).
	Anyway, here we go with the diffs and its comments:
 * MediaInfo.py.diff
2007 Oct 18
1
problems with nut - openSUSE 10.3
Hallo group,
I am running openSUSE 10.3 with nut-2.2.0-20 installed. I have
configured it as mentioned in /usr/share/doc/packages/nut/README.SUSE.
on starting nut using "rcupsd start" i get following:
#
Starting NUT UPS monitor                                            
done
Broadcast Message from root at pane
        (somewhere) at 22:27 ...
Communications with UPS myups at localhost