File:LinLogScale.svg
出自Wikimedia Commons
跳至導覽
跳至搜尋
此 SVG 檔案的 PNG 預覽的大小:512 × 512 像素。 其他解析度:240 × 240 像素 | 480 × 480 像素 | 768 × 768 像素 | 1,024 × 1,024 像素 | 2,048 × 2,048 像素。
原始檔案 (SVG 檔案,表面大小:512 × 512 像素,檔案大小:14 KB)
檔案資訊
結構化資料
說明
摘要
[編輯]描述LinLogScale.svg |
English: The linear-log type of a semi-log graph, defined by a linear scale on the y axis, and a logarithmic scale on the x axis. Plotted lines are: y = 10x (red), y = x (green), y = log(x) (blue).
set grid x
set grid y
set border 0
set xzeroaxis lt -1
set yzeroaxis lt -1
set size square
set term svg enhanced size 512,512
set output "LinLogScale.svg"
set logscale x
plot [0.1:1000] [-1:10] \
(10**x) title "f(x) = 10^x" with lines, \
(x) title "f(x) = x" with lines, \
(log10(x)) title "f(x) = log_{10}(x)" with lines
|
日期 | |
來源 | 我個人以下列物件為基礎來創作: LinLogScale.png 由 davidfg |
作者 | Autopilot |
SVG開發 InfoField |
授權條款
[編輯]我,本作品的著作權持有者,決定用以下授權條款發佈本作品:
此檔案採用創用CC 姓名標示-相同方式分享 3.0 未在地化版本授權條款。 受免責聲明的約束。 | ||
| ||
已新增授權條款標題至此檔案,作為GFDL授權更新的一部份。http://creativecommons.org/licenses/by-sa/3.0/CC BY-SA 3.0Creative Commons Attribution-Share Alike 3.0truetrue |
已授權您依據自由軟體基金會發行的無固定段落、封面文字和封底文字GNU自由文件授權條款1.2版或任意後續版本,對本檔進行複製、傳播和/或修改。該協議的副本列在GNU自由文件授權條款中。 受免責聲明的約束。http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue |
您可以選擇您需要的授權條款。
原始上傳日誌
[編輯]This image is a derivative work of the following images:
- LinLogScale.png licensed with Cc-by-sa-3.0-migrated-with-disclaimers, GFDL-en
Uploaded with derivativeFX
檔案歷史
點選日期/時間以檢視該時間的檔案版本。
日期/時間 | 縮圖 | 尺寸 | 使用者 | 備註 | |
---|---|---|---|---|---|
目前 | 2014年8月16日 (六) 16:18 | 512 × 512(14 KB) | Adf88(留言 | 貢獻) | Update labels after previous editing. | |
2014年8月16日 (六) 15:36 | 512 × 512(13 KB) | Adf88(留言 | 貢獻) | The blue line was ln instead of log. 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 "LinLogScale.svg" set logscale x plot [0.1:1000] [-1:10]... | ||
2010年6月26日 (六) 16:14 | 512 × 512(13 KB) | Autopilot(留言 | 貢獻) | {{Information |Description=<pre> 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/LinLogScale.svg" set logscale x plot [0.1:1000] [-1:10] (10**x) title "f(x) = 10^x" w |
無法覆蓋此檔案。
檔案用途
下列頁面有用到此檔案:
全域檔案使用狀況
以下其他 wiki 使用了這個檔案:
- en.wikipedia.org 的使用狀況
- en.wikibooks.org 的使用狀況
- he.wikipedia.org 的使用狀況
- ko.wikipedia.org 的使用狀況
- pl.wikipedia.org 的使用狀況
- ro.wikipedia.org 的使用狀況
- zh.wikipedia.org 的使用狀況
詮釋資料
此檔案中包含其他資訊,這些資訊可能是由數位相機或掃描器在建立或數位化過程中所新增的。若檔案自原始狀態已被修改,一些詳細資料可能無法完整反映出已修改的檔案。
簡稱 | Gnuplot |
---|---|
影像標題 | Produced by GNUPLOT 4.6 patchlevel 4 |
寬度 | 512 |
高度 | 512 |