ファイル:Floor function.svg

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

元のファイル(SVG ファイル、1,000 × 1,000 ピクセル、ファイルサイズ: 16キロバイト)

概要

解説
English: Graph of the floor function.
日付 2006年3月30日 (当初のアップロード日)
原典 投稿者自身による著作物
作者 コンピュータが読み取れる情報は提供されていませんが、Omegatron (トーク · 投稿記録)だと推定されます(著作権の主張に基づく)
その他のバージョン
SVG 開発
InfoField
W3C red 
このベクター画像のソースコードは 正しくありません。エラーが4件あります。
Gnuplot inv 
このW3C-無効 ベクター画像Gnuplotで作成されました。
OOjs UI icon language-constructive 
 このSVGファイルは埋込み文を用いており,テキストエディタを用いて容易に翻訳することができますいます。

ライセンス

Created by User:Omegatron using gnuplot, possibly with post-processing in the GIMP (PNG) or Inkscape (SVG)

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

(In short, this means that you can copy and modify the image freely as long as you provide attribution; preferably in the form of a link back to this page.)

Instructions

See Wikipedia graph-making tips.

 # Set square 1000×1000 SVG output and filename
 # The font size (fsize) sets the size for the circles, too.
 set terminal svg enhanced size 1000 1000 fname "Times" fsize 36
 set output "floor.svg"

 # Set the text value for missing entries in the data file, so we can plot a [[w:discontinuous function|discontinuous function]]
 set datafile missing "Skip"

 # Set y axis limits so the plot doesn't go right to the edges of the graph
 set yrange [-3.5:3.5]
 # Set x axis limits so the first and last points are hidden
 set xrange [-3.5:3.5]

 # No legend needed
 set nokey

 # Add lightly-colored axis lines
 set yzeroaxis
 set xzeroaxis

 # Plot as lines and also points (circles)
 plot "floor.dat" with lines
 plot "floor.dat" with points 1 6

 # Close the file (so I don't have to close gnuplot to view it)
 set output

and data file:

floor.dat

#  X     Y1
   -3    -4
   Skip
   -3    -3
   -2    -3
   Skip
   -2    -2
   -1    -2
   Skip
   -1    -1
   0     -1
   Skip
   0     0
   1     0
   Skip
   1     1
   2     1
   Skip
   2     2
   3     2
   Skip
   3     3
   4     3

Then I opened the resulting SVG file in Inkscape, changed the fill style for the circles (either blue or white fill), brought the plot lines to the top, and then brought the circles to the top (over the lines).

External links

キャプション

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

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

題材

30 3 2006

ファイルの履歴

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

日付と時刻サムネイル寸法利用者コメント
現在の版2006年5月22日 (月) 00:052006年5月22日 (月) 00:05時点における版のサムネイル1,000 × 1,000 (16キロバイト)Omegatroni like blue better
2006年4月11日 (火) 02:272006年4月11日 (火) 02:27時点における版のサムネイル1,000 × 1,000 (15キロバイト)Omegatronwhy is it a slightly different size from the others?
2006年4月8日 (土) 16:092006年4月8日 (土) 16:09時点における版のサムネイル1,000 × 1,000 (15キロバイト)Omegatron
2006年4月8日 (土) 16:002006年4月8日 (土) 16:00時点における版のサムネイル1,000 × 1,000 (15キロバイト)Omegatron
2006年4月8日 (土) 15:352006年4月8日 (土) 15:35時点における版のサムネイル1,200 × 1,200 (16キロバイト)Omegatronideally the sizes could be set with relative units.... :-/
2006年4月8日 (土) 15:312006年4月8日 (土) 15:31時点における版のサムネイル1,600 × 1,600 (16キロバイト)Omegatron
2006年3月30日 (木) 06:512006年3月30日 (木) 06:51時点における版のサムネイル1,000 × 1,000 (16キロバイト)Omegatron

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

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

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

このファイルのグローバル使用状況を表示する。

メタデータ