File:LogBase10.svg
From Wikimedia Commons, the free media repository
LogBase10.svg (SVG file, nominally 145 × 145 pixels, file size: 8 KB)
[edit] Summary
| Description |
The base-10 (common) logarithm plotted between 0 and 4. |
|---|---|
| Date |
2009-Jun-05 |
| Source |
Generated in R using this code:
library(RSvgDevice)
devSVG(file="LogBase10.svg", width=2, height=2)
par(lwd=3, mar=c(1,2,1,0), las=1)
x = seq(from=0.01, to=4, by=0.01)
plot(x, log10(x), type="l", col="blue",
ylim=c(-2,2), axes=FALSE,
xlab="",ylab="",frame.plot=FALSE)
axis(side=1, pos=0, at=c(0:4),
labels=c("","1","2","3","4"))
axis(side=2, pos=0)
dev.off()
|
| Author | |
| Permission (Reusing this image) |
See below. |
[edit] Licensing
- Remove redundant categories and try to put this image in the most specific category/categories
- Remove this template
Afrikaans | Alemannisch | Català | Česky | Dansk | Deutsch | Deutsch (Sie-Form) | English | Español | Eesti | Suomi | Français | עברית | Հայերեն | Italiano | 日本語 | Magyar | Македонски | Malti | Plattdüütsch | Nederlands | Polski | Português | Română | Русский | Slovenčina | ไทย | Vèneto | 中文 | +/−
Usage:
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 18:50, 5 June 2009 | 145×145 (8 KB) | GreenRoot (talk | contribs) | ({{Information |Description=The base-10 (common) logarithm plotted between 0 and 4. |Source=Generated in R using this code: <pre> library(RSvgDevice) devSVG(file="LogBase10.svg", width=2, height=2) par(lwd=3, mar=c(1,2,1,0), las=1) x = seq(from=0.01, to=4,) |
- Edit this file using an external application (See the setup instructions for more information)
File links
There are no pages that link to this file.
Global file usage
The following other wikis use this file:
- Usage of LogBase10.svg on dewiki
- Usage of LogBase10.svg on enwiki