File:LinLogScale.svg

页面内容不支持其他语言。
這個文件來自維基共享資源
维基百科,自由的百科全书

原始文件(SVG文件,尺寸为512 × 512像素,文件大小:14 KB)


摘要

描述
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
 
SVG的源代码为有效代码
 
矢量图使用Gnuplot创作。
 
 此SVG 文件使用了内嵌文本,可以使用任何文本编辑器轻松翻译

许可协议

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

原始上传日志

This image is a derivative work of the following images:

  • LinLogScale.png licensed with Cc-by-sa-3.0-migrated-with-disclaimers, GFDL-en
    • 2006-09-08T20:40:29Z Conscious 739x739 (39487 Bytes) original version from en:
    • 2006-04-05T22:10:21Z Madcap 600x600 (81035 Bytes) Lin-log scale graph. Made by [[user:Davidfg]] with Graph, freeware from http://www.padowan.dk/.) [[Category:Measurement]] [[Category:Unidentified measurement]]

Uploaded with derivativeFX

说明

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

此文件中描述的项目

描繪內容

文件历史

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

日期/时间缩⁠略⁠图大小用户备注
当前2014年8月16日 (六) 16:182014年8月16日 (六) 16:18版本的缩略图512 × 512(14 KB)Adf88Update labels after previous editing.
2014年8月16日 (六) 15:362014年8月16日 (六) 15:36版本的缩略图512 × 512(13 KB)Adf88The 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:142010年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使用此文件:

元数据