File:Logarithmic Scales.svg

From formulasearchengine
Jump to navigation Jump to search

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

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

Summary

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

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.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

26 June 2010

File history

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

Date/TimeThumbnailDimensionsUserComment
current18:54, 26 April 2013Thumbnail for version as of 18:54, 26 April 2013761 × 732 (60 KB)wikimediacommons>Nashevwas a bug: here are <math>ln x<math> in blue, not <math>lg x<math>

There are no pages that use this file.