File:LogLog exponentials.svg
Summary
Description |
English: A log–log plot of y = x (blue), y = x2 (green), and y = x3 (red). Note the logarithmic scale markings on each of the axes, and that the log x and log y axes (where the logarithms are 0) are where x and y themselves are 1.
set grid x
set grid y
set border 0
set xzeroaxis lt -1
set yzeroaxis lt -1
set size square
set term svg size 512,512
set output "/tmp/LogLog-quad.svg"
set logscale y
set logscale x
plot [0.1:100] [0.1:100]
(x**3) title "f(x) = x^3" with lines,
(x**2) title "f(x) = x^2" with lines,
(x) title "f(x) = x" with lines
|
Date | |
Source | Own work based on: Loglog x x2 x3.png by Luqui |
Author |
Original: Unknown Vector: Category:Vectorizations |
SVG development | Category:Valid SVG created with Gnuplot#LogLog%20exponentials.svg ![]() Category:Translation possible - SVGThis plot uses embedded text that can be easily translated using a text editor. |
Licensing
![]() |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License. |
![]() ![]() ![]() |
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license. | |
| ||
This licensing tag was added to this file as part of the GFDL licensing update. |
Original upload log
This image is a derivative work of the following images:
- Loglog x x2 x3.png licensed with PD-self
- 2006-03-19T18:02:34Z Maksim 400x247 (4162 Bytes) La bildo estas kopiita de wikipedia:en. La originala priskribo estas: ==Summary== y=x, x^2, and x^3 on a log-log graph. Created with Mathematica 4 and The Gimp 2. Released into the Public Domain. ==Licensing== {{PD-self}}
Uploaded with derivativeFX Category:Uploaded with derivativeFX
Category:SVG line charts Category:Scales (ratio) Category:Statistical charts Category:Comparing function plots Category:Images with Gnuplot source code
Category:CC-BY-SA-3.0-migrated
Category:Comparing function plots
Category:GFDL
Category:Images with Gnuplot source code
Category:License migration completed
Category:SVG line charts
Category:Scales (ratio)
Category:Statistical charts
Category:Translation possible - SVG
Category:Uploaded with derivativeFX
Category:Valid SVG created with Gnuplot
Category:Vectorizations