search for: minor_break

Displaying 5 results from an estimated 5 matches for "minor_break".

Did you mean: minor_breaks
2009 Jul 23
1
tweak a bit the legend wiht ggplot2
...ression(p/p[0]),y=N[2]~adsorbed~volume~(cc/g)) + scale_shape(name="Adsorption\nProcedure" ,solid=F ,breaks=c("A","D") ,labels=c("Adsorp.","Desorp.") ) + scale_colour_hue(name="Adsorbent") + scale_x_continuous(limits=c(0,1),minor_breaks = seq(0,1,0.1)) + scale_y_continuous(limits=c(0,1000)) + opts(panel.grid.minor = theme_line(colour = "grey94")) print(ads.graph) dev.off() Regards/Cordialement ------------- Benoit Boulinguiez Ph.D student Ecole de Chimie de Rennes (ENSCR) Bureau 1.20 Equipe CIP UMR CNRS 622...
2023 Jun 11
1
Marcas secundarias ejes ggplot2
Muchas gracias Carlos por los enlaces. Estimado Javier Marcuzzi lo que yo quiero es poner las marcas secundarias a mis ejes sin etiquetas como se puede hacer en matplotlib. Un ejemplo se puede ver en el siguiente enlace https://interactivechaos.com/es/manual/tutorial-de-matplotlib/marcas-principales-y-secundarias El sáb, 10 jun 2023 a las 22:56, Carlos Ortega (<cof en
2008 Oct 05
0
ggplot2 - version 0.7
...run, which should make it much more robust at finding the variables you expect it to find * qplot: now treats any arguments wrapped in I() as parameters, not aesthetics, e.g. qplot(mpg, wt, data=mtcars, colour = I("red")) or qplot(mpg, wt, data=mtcars, size = I(5)) * scale_continuous: new minor_breaks argument to controls position of minor breaks * scale_discrete: new discrete position scales which make it possible to manually position elements * scale_gradientn: new colour scale which creates gradient between any list of colours More consistent interfaces * can use color instead of colour, a...
2008 Oct 05
0
ggplot2 - version 0.7
...run, which should make it much more robust at finding the variables you expect it to find * qplot: now treats any arguments wrapped in I() as parameters, not aesthetics, e.g. qplot(mpg, wt, data=mtcars, colour = I("red")) or qplot(mpg, wt, data=mtcars, size = I(5)) * scale_continuous: new minor_breaks argument to controls position of minor breaks * scale_discrete: new discrete position scales which make it possible to manually position elements * scale_gradientn: new colour scale which creates gradient between any list of colours More consistent interfaces * can use color instead of colour, a...
2023 Jun 11
1
Resumen de R-help-es, Vol 172, Envío 16
...-es] Marcas secundarias ejes ggplot2 Message-ID: <CABaOv1FU=M+Xptg4nKiNxaaBs7MozzF3+by6j6UWF159AS79rg en mail.gmail.com> Content-Type: text/plain; charset="utf-8" Hola Javier, mira el siguiente enlace: https://cran.r-project.org/web/packages/ggprism/vignettes/axes.html Con minor_breaks puedes lograr lo que deseas. Cordialmente, David. On Sat, 10 Jun 2023 at 20:05, Javier G?mez Gonzalez <zaragatan en gmail.com> wrote: > Muchas gracias Carlos por los enlaces. > > Estimado Javier Marcuzzi lo que yo quiero es poner las marcas secundarias a > mis ejes sin etique...