原始文件(SVG文件,尺寸为700 × 560像素,文件大小:263 KB)


摘要

描述
English: SVG version for MaximumParaboloid.png.
日期
来源 自己的作品
作者 IkamusumeFan
其他版本
SVG开发
InfoField
 
SVG的源代码为有效代码
 
矢量图使用Gnuplot创作。
 
此SVG 文件使用了内嵌文本,可以轻松翻译
源代码
InfoField

Gnuplot code

# Date: 2015-08-03
# Please use or revise this code without any copyright concern. Thanks.

set term svg size 700,560 enhanced font 'Times,12'
set output 'max_paraboloid.svg'

set multiplot

set xlabel "x"
set ylabel "y"
set zlabel "z"
set xrange [-3.0:3.0]
set yrange [-3.0:3.0]
set zrange [-15.0:5.0]
unset colorbox
set view 60,15
set style fill solid 0.30 border

set cntrparam levels auto 20
set contour base
set isosamples 20,20
set samples 20,20
set pm3d
set hidd
unset key
set ticslevel 0

# Draw the surface of f(x,y) = 4-(x*x+y*y)
set palette defined (-15 "navy", 4 "cyan")
splot 4-(x*x+y*y)

# One label at the maxima.
set label 1 "{/=26 (0,0,4)}" at 0, 0, 6

# Two points.
set pointsize 1
unset pm3d
unset contour
splot 'twopts.txt' w p pt 7 lc "blue"
# Prepare a text file 'twopts.txt' as follows (no #s):
# 0 0 4
# 0 0 -15

unset multiplot
set term windows
set output

set input

  1. 0 0 -17

许可协议

我,本作品著作权人,特此采用以下许可协议发表本作品:
w:zh:知识共享
署名 相同方式共享
本文件采用知识共享署名-相同方式共享 4.0 国际许可协议授权。
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。

说明

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

此文件中描述的项目

描绘内容

文件来源 简体中文(已转写)

上传者的原创作品 简体中文(已转写)

image/svg+xml

文件历史

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

日期/时间缩⁠略⁠图大小用户备注
当前2015年8月3日 (一) 09:122015年8月3日 (一) 09:12版本的缩略图700 × 560(263 KB)IkamusumeFanUser created page with UploadWizard

以下页面使用本文件:

全域文件用途

元数据