vp = grid.viewport(**{'layout.pos.col': 2, 'layout.pos.row': 1}) #-- ggplot2geomdensity2d-begin gp = ggplot2.ggplot(dataf_rnorm) pp = (gp + ggplot2.aes_string(x='value', y='other_value') + ggplot2.geom_density2d() + ggplot2.ggtitle('geom_density2d')) pp.plot(vp=vp) #-- ggplot2geomdensity2d-end vp = grid.viewport(**{'layout.pos.col': 3, 'layout.pos.row': 1}) #-- ggplot2geomhexbin-begin gp = ggplot2.ggplot(dataf_rnorm) pp = (gp + ggplot2.aes_string(x='value', y='other_value') + ggplot2.geom_hex() + ggplot2.ggtitle('geom_hex')) pp.plot(vp=vp) #-- ggplot2geomhexbin-end grdevices.dev_off() grdevices.png('../../_static/graphics_ggplot2geomboxplot.png', width=612, height=612, antialias=ANTIALIAS, type="cairo") #-- ggplot2geomboxplot-begin gp = ggplot2.ggplot(mtcars) pp = (gp + ggplot2.aes_string(x='factor(cyl)', y='mpg') + ggplot2.geom_boxplot())
gp = ggplot2.ggplot(dataf_rnorm) pp = gp + \ ggplot2.aes_string(x='value', y='other_value') + \ ggplot2.geom_density2d() + \ ggplot2.ggtitle('geom_density2d') pp.plot(vp=vp) #-- ggplot2geomdensity2d-end vp = grid.viewport(**{'layout.pos.col': 3, 'layout.pos.row': 1}) #-- ggplot2geomhexbin-begin gp = ggplot2.ggplot(dataf_rnorm) pp = gp + \ ggplot2.aes_string(x='value', y='other_value') + \ ggplot2.geom_hex() + \ ggplot2.ggtitle('geom_hex') pp.plot(vp=vp) #-- ggplot2geomhexbin-end grdevices.dev_off() grdevices.png('../../_static/graphics_ggplot2geomboxplot.png', width=612, height=612, antialias="subpixel", type="cairo") #-- ggplot2geomboxplot-begin gp = ggplot2.ggplot(mtcars) pp = gp + \
gp = ggplot2.ggplot(dataf_rnorm) pp = gp + \ ggplot2.aes_string(x='value', y='other_value') + \ ggplot2.geom_density2d() + \ ggplot2.opts(title = 'geom_density2d') pp.plot(vp = vp) #-- ggplot2geomdensity2d-end vp = grid.viewport(**{'layout.pos.col':3, 'layout.pos.row': 1}) #-- ggplot2geomhexbin-begin gp = ggplot2.ggplot(dataf_rnorm) pp = gp + \ ggplot2.aes_string(x='value', y='other_value') + \ ggplot2.geom_hex() + \ ggplot2.opts(title = 'geom_hex') pp.plot(vp = vp) #-- ggplot2geomhexbin-end grdevices.dev_off() grdevices.png('../../_static/graphics_ggplot2geomboxplot.png', width = 612, height = 612, antialias="subpixel", type="cairo") #-- ggplot2geomboxplot-begin gp = ggplot2.ggplot(mtcars) pp = gp + \