File:Logarithmic Scales.svg

Original file(SVG file, nominally 761 × 732 pixels, file size: 60 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary edit

Description
English: Plots of LinLin, LogLin, LinLog and LogLog scales
Date
Source Own work
Author Autopilot
Other versions
set grid x
set grid y
set border 0
set xzeroaxis lt -1
set yzeroaxis lt -1
set size square

unset multiplot
set term svg size 800,800
set output "/tmp/Logarithmic Scales.svg"
set multiplot layout 2,2

unset logscale
set xlabel "Linear"
set ylabel "Linear"
plot [-1:10] [-1:10] \
	(10**x) title "f(x) = 10^x" with lines, \
	(x) title "f(x) = x" with lines, \
	(log(x)) title "f(x) = log(x)" with lines

set logscale x
set xlabel "Log"
plot [0.1:1000] [-1:10] \
	(10**x) title "f(x) = 10^x" with lines, \
	(x) title "f(x) = x" with lines, \
	(log(x)) title "f(x) = log(x)" with lines

unset logscale
set logscale y
set xlabel "Linear"
set ylabel "Log"
plot [-1:10] [0.1:1000] \
	(10**x) title "f(x) = 10^x" with lines, \
	(x) title "f(x) = x" with lines, \
	(log(x)) title "f(x) = log(x)" with lines

unset logscale
set logscale y
set logscale x
set xlabel "Log"
set ylabel "Log"
plot [0.1:1000] [0.1:1000] \
	(10**x) title "f(x) = 10^x" with lines, \
	(x) title "f(x) = x" with lines, \
	(log(x)) title "f(x) = log(x)" with lines
 
This W3C-unspecified plot was created with Gnuplot.
 
This W3C-unspecified vector image was created with Inkscape .

Licensing edit

I, the copyright holder of this work, hereby publish it under the following licenses:
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.
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.
You may select the license of your choice.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current16:54, 26 April 2013Thumbnail for version as of 16:54, 26 April 2013761 × 732 (60 KB)Nashev (talk | contribs)was a bug: here are <math>ln x<math> in blue, not <math>lg x<math>
15:00, 11 April 2013Thumbnail for version as of 15:00, 11 April 2013761 × 732 (60 KB)Nashev (talk | contribs)simplify comparing, align scales, remove duplicates and change "log" => "ln", because it is log<sub>10</sub>. Changes made with Inkscape
17:30, 26 June 2010Thumbnail for version as of 17:30, 26 June 2010800 × 800 (50 KB)Autopilot (talk | contribs)Added labels to x and y axes
16:42, 26 June 2010Thumbnail for version as of 16:42, 26 June 2010800 × 800 (49 KB)Autopilot (talk | contribs){{Information |Description={{en|1=Plots of LinLin, LogLin, LinLog and LogLog scales}} |Source={{own}} |Author=Autopilot |Date=2010-06-26 |Permission= |other_versions= }} Category:Statistical charts and diagrams

File usage on other wikis

The following other wikis use this file:

Metadata