Apologies for the previous email, I think I got it sorted out now.
Lorenzo
rm(list=ls())
library(Cairo)
set.seed(1234)
trivial_matrix<-matrix(rnorm(25),nrow=5)
CairoPDF("matrix2D.pdf")
oldpar<-par( mar = c(4.5,5, 2, 1) + 0.1,
cex.axis=1.4,cex.lab=1.6,cex.main=1.6)
color2D.matplot(trivia
Hi Jim,
And thanks for helping. My (hopefully) last question concerns the use of
a non-gray color scale.
How do I use e.g. a rainbow colorscale? This issue has already been raised
http://tinyurl.com/ylhcbra
and over there it is dealt with by hand. I just wonder whether anything
similar is doa
On 03/10/2010 10:12 AM, Lorenzo Isella wrote:
Dear All,
Please see the code snippet at the end of the email.
I am using the color2D.matplot in Plotrix to plot a matrix.
It works great, but there are a few things I cannot figure out
(1) the value of cex.axis in the code snippet does not seem to a
Dear All,
Please see the code snippet at the end of the email.
I am using the color2D.matplot in Plotrix to plot a matrix.
It works great, but there are a few things I cannot figure out
(1) the value of cex.axis in the code snippet does not seem to affect
the final pdf at all (at least on my sys
4 matches
Mail list logo