מתוך ויקיספר, אוסף ספרי הלימוד והמדריכים החופשי.

Attempt at an SVG replacement for Image:Dirac distribution CDF.png.
Source code:
# Set 1000×750 SVG output and filename
# The font size (fsize) sets the size for the circles, too.
set terminal svg enhanced size 1300 975 fname "Times" fsize 36
set output "Dirac distribution CDF.svg"
# Set the text value for missing entries in the data file, so we can plot a 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 [-0.2:1.2]
set lmargin 5
set bmargin -5
# No legend needed
set nokey
# Add lightly-colored axis lines
set yzeroaxis
set xzeroaxis
# Put a tic at every integer
set xtics 1
set mxtics 10
# Format x-axis tics as single digits
set format x "%g"
# Format y-axis tics as digit with one decimal place
set format y "%2.1f"
set mytics 4
# Plot as lines and also points
# Different line styles are plotted as separate lines for ease of post-processing
plot "solidlines.dat" with lines, "dashedlines.dat" with lines, "filledpoints.dat" with points pt 6, "hollowpoints.dat" with points pt 6
# with points:
# 1 = color red (linestyle 1?)
# 6 = point style 6 (render as circles in SVG)
# Close the file (so I don't have to close gnuplot to view it)
set output
Then I modified it in Inkscape; I made all the lines 3px wide, changed the line colors and filled in the circles, made sure the things on top were supposed to be on top, and changed the grid lines to half opacity.
Created by User:Omegatron using gnuplot, possibly with post-processing in the GIMP (PNG) or Inkscape (SVG)
|
אני, בעל זכויות היוצרים על עבודה זו, מפרסם בזאת את העבודה תחת הרישיונות הבאים:
הנכם מוזמנים לבחור את הרישיון הרצוי בעיניך.
|
(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.)
היסטוריית הקובץ
לחצו על תאריך/שעה כדי לראות את הקובץ כפי שנראה בעת זו.
| תאריך/שעה | תמונה ממוזערת | ממדים | משתמש | הערה |
| נוכחית | 05:29, 3 ביוני 2006 |  | 1,300×975 (16 קילו־בייט) | Omegatron | |
| 05:27, 3 ביוני 2006 |  | 1,300×975 (16 קילו־בייט) | Omegatron | |
| 05:18, 3 ביוני 2006 |  | 1,300×975 (16 קילו־בייט) | Omegatron | |
| 04:00, 22 במאי 2006 |  | 1,000×750 (10 קילו־בייט) | Omegatron | |
| 03:57, 22 במאי 2006 |  | 1,300×975 (11 קילו־בייט) | Omegatron | |
| 03:57, 22 במאי 2006 |  | 1,000×750 (5 קילו־בייט) | Omegatron | |
| 03:51, 22 במאי 2006 |  | 1,300×975 (11 קילו־בייט) | Omegatron | |
| 03:51, 22 במאי 2006 |  | 1,000×750 (5 קילו־בייט) | Omegatron | |
| 03:33, 22 במאי 2006 |  | 1,300×975 (11 קילו־בייט) | Omegatron | |
קישורים לקובץ