Displaying 8 results from an estimated 8 matches for "theme_segment".
2012 Oct 19
2
Axis Breaks with ggplot2
...tion2, ymin =
(err1$trial.avg-(err1$trial.sd/sqrt(40))), ymax = (err1$trial.avg+(err1$
trial.sd/sqrt(40))), data = err1, width = .4))
censorC <- censorB + opts(panel.background = none) + opts(panel.border =
none) + opts(panel.grid.minor = none) + opts(panel.grid.major = none) +
opts(axis.line = theme_segment(colour = "grey35")) + opts(background.fill =
none)
censorC + scale_y_continuous(limits = c(0,7), expand = c(0,0), 'Rating') +
opts(legend.position = "none")
Best,
--
Edward H. Patzelt
Research Assistant – TRiCAM Lab
University of Minnesota – Psychology/Psychiatry
V...
2010 Dec 06
2
ggplot2: Controlling line width of panel borders
...(colour="black",size=0.71))
# that only changes the bottom and right border of the panel
last_plot() +
opts(strip.background=theme_rect(colour="black",fill="grey90",size=0.71))
# that only changes the bottom and right border of the stripes
last_plot() + opts(axis.line=theme_segment(size=0.71))
# trying to increase the line width of the left border of the panel, i.e.
the y-axis,
# however, that changes only the y-axis of the left column of panels, not
of the right column
Thanks for any hints on how to increase the line width of the borders of
panels and stripes in this plo...
2009 Jan 24
2
ggplot2 - how to change location / position of wind rose axis labels?
...d_polar()
#Now with my theme (hacked from theme_bw) getting close to what I need
theme_bwdn<-function (base_size = 12)
{
structure(list(axis.line = theme_blank(), axis.text.x = theme_text(size
= base_size *
1, lineheight = 0.9, vjust = 1), axis.text.y = theme_blank(),
axis.ticks = theme_segment(colour = "black",
size = 0.2), axis.title.x = theme_blank(), axis.title.y =
theme_blank(), axis.ticks.length = unit(0,
"lines"), axis.ticks.margin = unit(0, "lines"), legend.background =
theme_rect(colour = NA),
legend.key = theme_rect(colour...
2010 May 16
1
problem with making multiple plots (geom_pointrange) in a loop (ggplot2)
...quot;, subbasin_select, ")\n", sep =
"")) + scale_colour_grey()
p + geom_pointrange(linetype = 2, colour = "navyblue") +
opts(axis.text.x = theme_text(colour = "black")) + opts(axis.text.y =
theme_text(colour = "black")) + opts(axis.ticks =
theme_segment(colour = "white"))
ggsave(paste(subbasin_select,"2100.jpeg", sep = " "))
}
dev.off()
Unfortunately, I get this error:
"Saving 6.95" x 6.94" image
Error in grDevices::jpeg(..., width = width, height = height, res =
dpi, :
unable to start de...
2009 Mar 05
1
is there any option like cex.axis in ggplot2?
Dear list,
I made boxplots using ggplot and want to control for x- and yaxis. Using "plot" I can do it by setting cex.axis equally to any size but can't figure out how to do it with ggplot.
ggplot(dat, aes(x = factor(time), y = volume)) + opts(axis.title.x=theme_text(size=8),axis.title.y=theme_text(size=8)) +
geom_boxplot() + geom_jitter(aes(colour = id))+labs(x =
2008 Nov 21
0
ggplot2 - version 0.8
...r new output format from quantreg
* stat_contour now has arguments to control the position of the
contours, rather than relying on the z scale
* theme: panel.empty setting removed as it is no longer used
* theme_grey now aliased to theme_gray
* theme_line: setting size works correctly
* theme_rect, theme_segment: size now measured in mm, to be consistent
with the rest of ggplot
Regards,
Hadley
--
http://had.co.nz/
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2008 Nov 21
0
ggplot2 - version 0.8
...r new output format from quantreg
* stat_contour now has arguments to control the position of the
contours, rather than relying on the z scale
* theme: panel.empty setting removed as it is no longer used
* theme_grey now aliased to theme_gray
* theme_line: setting size works correctly
* theme_rect, theme_segment: size now measured in mm, to be consistent
with the rest of ggplot
Regards,
Hadley
--
http://had.co.nz/
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2012 Aug 27
2
Font size in geom_dl (using ggplot2)
Hey everyone,
I am an R-newby... so sorry for bothering you with simple-to-solve
questions;) I have the following issue: trying to add labels to my
scatterplots (with geom_dl in ggplot2). Everything works fine, but after
checking every resource I do not find a way to change the font size of my
labels. I tried size, cex, fontsize at every position... but it always stays
the same.
ggplot()+