Skip to content
Prev 140593 / 398506 Next

Quick question: Does this graph have a name?

On 3/28/2008 8:37 AM, mika03 wrote:
It's a stacked bar plot.  It's also somewhat similar to a mosaic plot, 
since the stacks all add up to 1, but in a mosaic plot, the rectangles 
typically have gaps between them, and don't necessarily have equal 
widths.  For example,

mosaicplot(~ Class + Survived, data = Titanic, color = TRUE)

Duncan Murdoch