Displaying 4 results from an estimated 4 matches for "myxlab".
Did you mean:
mylab
2010 Jan 25
1
Same y-axis on multiple plots?
...tting xpd=F and modifying clip, plot.window, but I can't seem to find what I am looking for. I am certain that it is something simple, and would be gratefull if someone could point me in the right direction.
R code run through PL/R in Postgres is as follows:
mymain <- "Graph 3";
myxlab <- "Time: 24/Hours";
myylab <- "Number of Hits";
png(''/tmp/graph3.png'');
plot(str,type="b",main=mymain,xlab=myxlab,ylab=myylab,lwd=2, axes=F, ylim.max=0);
clip(0, 25, 0, 600);
axis(1, at = c(0, 3, 6, 9, 12, 15, 18, 21, 24));
axis(2, at = c(0, 1...
2011 Nov 23
1
Colorbar too wide in eps
Hi!
When I plot my filled.contour plot
> filled.contour(dat,color=rainbow,plot.axes=matrix.axes(dat),xlab=myxlab,ylab=myylab)
everything looks fine on the screen.
But if I wrap these two lines
>postscript(file="myplot.eps",paper="special",width=4,height=4,family='Times',horizontal=FALSE)
...
>dev.off()
around the line above in order to create an eps file, the bar is much too...
2007 Jul 19
2
(R) Using arguments for the empirical cumulative distribution function
Hi,
I have just started using R. Now I have the following problem:
I want to create an Empirical Cumulative Distribution Function and I only
came so far:
F10 <- ecdf(x)
plot(F10, verticals= TRUE, do.p = TRUE, lwd=3)
x=c(1.6,1.8,2.4,2.7,2.9,3.3,3.4,3.4,4,5.2)
Now I'd like to use arguments such as xlabs and main but I don't know how to
integrate them.
I hope someone can help me, I am
2013 Apr 30
0
Extrafont package: Fonts are not successfully installed
...ily = "Impact", width = 4, height = 4) :
unknown AFM entity encountered
4: In pdf("font_plot.pdf", family = "Impact", width = 4, height = 4) :
unknown AFM entity encountered
> p12<-ggplot(df00, aes(x=x1,
y=y1))+geom_line(color="blue")+ggtitle("MYXLAB")+theme_bw()
> p23<-p12+ theme(plot.title = element_text(family="Times New Roman"))
> p23
[[alternative HTML version deleted]]