שיחת קובץ:Miflas-kinneret.svg

תוכן הדף אינו נתמך בשפות אחרות.
הוספת נושא
מתוך ויקיפדיה, האנציקלופדיה החופשית
תגובה אחרונה: לפני 3 שנים מאת מיכאל.צבאן בנושא הוראות ליצירה חוזרת

הוראות ליצירה חוזרת[עריכת קוד מקור]

How to reproduce this graph using gnuplot and <Broken link> this data file:
  1. set timefmt "%d/%m/%Y"
  2. set xdata time
  3. set xrange ["01/09/1966":"28/02/2012"] - You may want to replace with the latest date in the file.
  4. set xtics 250000000 - This should probably be increased as more data points would be added to the file
  5. plot './miflas-from1966.csv' using 1:2 with lines

תומר א. - שיחה - משנה ויקיפדית 16:04, 8 במרץ 2012 (IST)תגובה

עדכון 2021[עריכת קוד מקור]

עברו 9 שנים, וההוראות המקוריות כבר לא עובדות. להלן הוראות מעודכנות:

  1. הורידו את הקובץ מכאן: [1],
  2. מחקו את השורה הראשונה ("Survey_Date,Kinneret_Level") ושמרו,
  3. פתחו gnuplot,
  4. הריצו את הפקודות הבאות:
set timefmt "%d/%m/%Y"
set xdata time
set xrange ["01/09/1966":"21/01/2021"] #You may want to replace with the latest date in the file
set xtics 300000000 #This should probably be increased as more data points would be added to the file
set term svg
set output "output.svg"
plot './kinneret_level.csv' using 1:2 with lines

מיכאל.צבאןשיחה • ט' בשבט ה'תשפ"א • 19:35, 21 בינואר 2021 (IST)תגובה