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 |
|
| SVG development | Category:Valid SVG created with R code#English%20dialects1997.svgCategory:SVG created with Inkscape and Adobe Illustrator |
| Source code | R codedat <- 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
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.
The document was modified slightly in Adobe Illustrator, then re-saved with Inkscape.
| This 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. |