File:English dialects1997.svg

Summary

Description
English: Pie chart showing the relative numbers of native English speakers in the major English-speaking countries of the world.
Date
Source Own work, data from English dialects1997.png
Author M. W. Toews
Other versions

English dialects1997.png

SVG development
InfoField
 The SVG code is valid.
 This chart was created with R.
Category:Valid SVG created with R code#English%20dialects1997.svg
 and with Inkscape, and with Adobe Illustrator.
Category:SVG created with Inkscape and Adobe Illustrator
 Category:Translation possible - SVGThis chart uses embedded text that can be easily translated using a text editor.
Source code
InfoField

R code

dat <- c(USA=226710, UK=56990, Canada=19700, Australia=15316, Other=18581)
col <- c("wheat", "plum", "tomato", "darkseagreen", "maroon")
or <- rev(order(dat))
pdf("English_dialects1997.pdf", height=4, width=4)
par(mar=rep(0,4))
pie(dat[or], init.angle=90, clockwise=TRUE, col=col[or])
dev.off()

Licensing

w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-4.0#English%20dialects1997.svg

The document was modified slightly in Adobe Illustrator, then re-saved with Inkscape.

llink=Category:Qs icons SVGThis SVG file shows a very simple image. Drawing uncomplicated graphics with a text editor seems more adequate than using a vector graphics program, and will often result in a dramatic reduction of file size.
Category:SVG files to be drawn by hand Category:English dialects Category:English-language SVG pie charts Category:Linguistics pie charts
Category:CC-BY-SA-4.0 Category:English-language SVG pie charts Category:English dialects Category:Linguistics pie charts Category:SVG created with Inkscape and Adobe Illustrator Category:SVG files to be drawn by hand Category:Translation possible - SVG Category:Valid SVG created with R code