File:Logarithmic Scales.svg

原始文件(SVG文件,尺寸为761 × 732像素,文件大小:60 KB)


摘要

描述
English: Plots of LinLin, LogLin, LinLog and LogLog scales
日期
来源 自己的作品
作者 Autopilot
其他版本
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
 
本W3C状态不明的矢量图使用Gnuplot创作.
 
本W3C状态不明的矢量图使用Inkscape创作 .

许可协议

我,本作品著作权人,特此采用以下许可协议发表本作品:
w:zh:知识共享
署名 相同方式共享
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。
GNU head 已授权您依据自由软件基金会发行的无固定段落及封面封底文字(Invariant Sections, Front-Cover Texts, and Back-Cover Texts)的GNU自由文件许可协议1.2版或任意后续版本的条款,复制、传播和/或修改本文件。该协议的副本请见“GNU Free Documentation License”。
您可以选择您需要的许可协议。

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2013年4月26日 (五) 16:542013年4月26日 (五) 16:54版本的缩略图761 × 732(60 KB)Nashevwas a bug: here are <math>ln x<math> in blue, not <math>lg x<math>
2013年4月11日 (四) 15:002013年4月11日 (四) 15:00版本的缩略图761 × 732(60 KB)Nashevsimplify comparing, align scales, remove duplicates and change "log" => "ln", because it is log<sub>10</sub>. Changes made with Inkscape
2010年6月26日 (六) 17:302010年6月26日 (六) 17:30版本的缩略图800 × 800(50 KB)AutopilotAdded labels to x and y axes
2010年6月26日 (六) 16:422010年6月26日 (六) 16:42版本的缩略图800 × 800(49 KB)Autopilot{{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

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件:

元数据