ملف:Floor function.svg

الملف الأصلي(ملف SVG، أبعاده 1٬000 × 1٬000 بكسل، حجم الملف: 16 كيلوبايت)

وصف قصير

قالب:Igen
⧼wm-license-information-description⧽
English: Graph of the floor function.
⧼wm-license-information-date⧽ قالب:Original upload date
⧼wm-license-information-source⧽ ⧼Wm-license-own-work⧽
⧼wm-license-information-author⧽ No machine-readable author provided. [[مستخدم:خطأ: لا توجد وحدة بهذا الاسم "user".|خطأ: لا توجد وحدة بهذا الاسم "user".]] assumed (based on copyright claims).
⧼wm-license-information-other-versions⧽

ترخيص

مستخدم:Omegatron/gnuplot مستخدم:Omegatron/License

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

تاريخ الملف

اضغط على زمن/تاريخ لرؤية الملف كما بدا في هذا الزمن.

زمن/تاريخصورة مصغرةالأبعادمستخدمتعليق
حالي ★ مراجعة معتمدة
20:55، 7 أكتوبر 2023
تصغير للنسخة بتاريخ 20:55، 7 أكتوبر 20231٬000 × 1٬000 (16 كيلوبايت)Pastakhov (نقاش | مساهمات)Upload https://upload.wikimedia.org/wikipedia/commons/e/e1/Floor_function.svg

الصفحات التالية تحتوي على وصلة لهذه الصورة:

معلومات الصورة (ميتا)