File:Rectangular hyperbola.svg

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

原始文件(SVG文件,尺寸为300 × 300像素,文件大小:807字节)


摘要

描述
English: A plot of the graph of the rectangular hyperbola y = 1/x, with -5 <= x <= 5, -5 <= y <= 5
日期
来源 自己的作品
作者 Qef
其他版本 Bitmap graph of same function with same axes: Image:HyperbolaRect01.png
 
SVG的源代码为有效代码.
 
矢量图形Krishnavedala使用文本编辑器创作. {{{H}}}

Previous version had been created with Gnuplot (12625 bytes)     now 6.39% of previous size

 
Please do not replace the simplified code of this file with a version created with Inkscape or any other vector graphics editor


Source code

Created using gnuplot with the following input file:

set terminal svg font "Bitstream Vera Sans,12" size 600,600
set output "Rectangular_hyperbola.svg"
set xrange [-8:8]
set yrange [-8:8]
set xzeroaxis linetype -1
set yzeroaxis linetype -1
set xtics axis nomirror offset 0,0.3
set ytics axis nomirror offset -0.8
set key off
set border 0
set samples 500
plot 1/x with line linetype rgbcolor "red" linewidth 2

The output SVG was filtered with this command to change the hyphens to proper minus signs:

sed -i 's/<text>-/<text>\xE2\x88\x92/g' Rectangular_hyperbola.svg

许可协议

Public domain 本作品已被作者Qef释出到公有领域。这适用于全世界。

在一些国家这可能不合法;如果是这样的话,那么:
Qef无条件地授予任何人以任何目的使用本作品的权利,除非这些条件是法律规定所必需的。

说明

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

此文件中描述的项目

描繪內容

文件历史

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

日期/时间缩⁠略⁠图大小用户备注
当前2015年1月8日 (四) 22:502015年1月8日 (四) 22:50版本的缩略图300 × 300(807字节)Krishnavedaladomain changed to -5<=x<=5
2015年1月8日 (四) 22:402015年1月8日 (四) 22:40版本的缩略图640 × 640(909字节)Krishnavedalasimplified drawing and consistent with other polynomial plots
2008年7月2日 (三) 07:022008年7月2日 (三) 07:02版本的缩略图600 × 600(12 KB)Qef{{Information |Description={{en|1=A plot of the graph of the rectangular hyperbola y = 1/x, with -8 <= x <= 8, -8 <= y <= 8.}} |Source=Own work by uploader |Author=Qef |Date=2008-07-02 |Permission= |other_versions=Bitmap graph of same functio

以下2个页面使用本文件:

全域文件用途

以下其他wiki使用此文件:

查看本文件的更多全域用途

元数据