ファイル:Logarithmic Scales.svg

ページのコンテンツが他言語でサポートされていません。

元のファイル(SVG ファイル、761 × 732 ピクセル、ファイルサイズ: 60キロバイト)

概要

解説
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-unspecified ベクター画像Gnuplotで作成されました。
 
このW3C-unspecified ベクター画像Inkscapeで作成されました .

ライセンス

この作品の著作権者である私は、この作品を以下のライセンスで提供します。
w:ja:クリエイティブ・コモンズ
表示 継承
このファイルはクリエイティブ・コモンズ 表示-継承 3.0 非移植ライセンスのもとに利用を許諾されています。
あなたは以下の条件に従う場合に限り、自由に
  • 共有 – 本作品を複製、頒布、展示、実演できます。
  • 再構成 – 二次的著作物を作成できます。
あなたの従うべき条件は以下の通りです。
  • 表示 – あなたは適切なクレジットを表示し、ライセンスへのリンクを提供し、変更があったらその旨を示さなければなりません。これらは合理的であればどのような方法で行っても構いませんが、許諾者があなたやあなたの利用行為を支持していると示唆するような方法は除きます。
  • 継承 – もしあなたがこの作品をリミックスしたり、改変したり、加工した場合には、あなたはあなたの貢献部分を元の作品とこれと同一または互換性があるライセンスの下に頒布しなければなりません。
GNU head この文書は、フリーソフトウェア財団発行のGNUフリー文書利用許諾書 (GNU Free Documentation License) 1.2またはそれ以降のバージョンの規約に基づき、複製や再配布、改変が許可されます。不可変更部分、表紙、背表紙はありません。このライセンスの複製は、GNUフリー文書利用許諾書という章に含まれています。
あなたは上記のライセンスから、どれか一つ以上を選択できます。

キャプション

このファイルの内容を1行で記述してください

このファイルに描写されている項目

題材

26 6 2010

ファイルの履歴

過去の版のファイルを表示するには、その版の日時をクリックしてください。

日付と時刻サムネイル寸法利用者コメント
現在の版2013年4月26日 (金) 16:542013年4月26日 (金) 16:54時点における版のサムネイル761 × 732 (60キロバイト)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キロバイト)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キロバイト)AutopilotAdded labels to x and y axes
2010年6月26日 (土) 16:422010年6月26日 (土) 16:42時点における版のサムネイル800 × 800 (49キロバイト)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

以下のページがこのファイルを使用しています:

グローバルなファイル使用状況

以下に挙げる他のウィキがこの画像を使っています:

メタデータ