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
InfoField
 
The SVG code is valid.
 
This plot was created with Gnuplot.
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

GNU head 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.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported 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.
This licensing tag was added to this file as part of the GFDL licensing update.
Category:CC-BY-SA-3.0-migrated#LogLog%20exponentials.svgCategory:License migration completed#LogLog%20exponentials.svgCategory:GFDL#LogLog%20exponentials.svg

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