לדלג לתוכן

קובץ:Circle charts.png

תוכן הדף אינו נתמך בשפות אחרות.
מתוך ויקיפדיה, האנציקלופדיה החופשית

Circle_charts.png(400 × 376 פיקסלים, גודל הקובץ: 19 ק"ב, סוג MIME‏: image/png)

ויקישיתוף זהו קובץ שמקורו במיזם ויקישיתוף. תיאורו בדף תיאור הקובץ המקורי (בעברית) מוצג למטה.

תקציר

תיאור Charts of a circle. Created by me with Matlab.
תאריך יצירה ‏26 ביוני 2005‏ (תאריך העלאה מקורי)
מקור הועבר מ- en.wikipedia לוויקישיתוף.
יוצר Oleg Alexandrov מוויקיפדיה האנגלית

רישיון

Public domain היצירה הזאת שוחררה לנחלת הכלל על־ידי היוצר שלה, Oleg Alexandrov מוויקיפדיה האנגלית. זה תקף בכל העולם.
יש מדינות שבהן הדבר אינו אפשרי על פי חוק, אם כך:
Oleg Alexandrov מעניק לכל אחד את הזכות להשתמש ביצירה הזאת לכל מטרה, ללא שום תנאי, אלא אם כן תנאים כאלה נדרשים לפי החוק.

Source code (MATLAB)

Source code (public domain)

% prepare the screen
clf; hold on; axis equal; axis off;

N=100; % just a big integer
Arc_size=0.4; % an angle, determining how big the arcs will be

small_radius=12; medium_radius=12.8; big_radius=13.5; % circle radii

thin_line=2.8; thick_line=3.0;

% plot the black circle
Theta=linspace(0, 2*pi, N);
plot(small_radius*cos(Theta), small_radius*sin(Theta), 'color', 'k', 'linewidth', thin_line);

% plot the red piece
Theta=linspace(Arc_size, pi-Arc_size, N);
plot(medium_radius*cos(Theta), medium_radius*sin(Theta), 'color', [1 0 0], 'linewidth', thick_line);

% plot the brown piece
Theta=linspace(-Arc_size, -pi+Arc_size, N);
%plot(medium_radius*cos(Theta), medium_radius*sin(Theta), 'color', [0.8, 0.5, 0.2], 'linewidth', thick_line);

% well, now it is instead yellow
plot(medium_radius*cos(Theta), medium_radius*sin(Theta), 'color', [255 255   0]/256, 'linewidth', thick_line);

% plot the blue piece
Theta=linspace(pi/2-Arc_size, -pi/2+Arc_size, N);
plot(big_radius*cos(Theta), big_radius*sin(Theta), 'color', [0 0 1], 'linewidth', thick_line);

% plot the green piece
Theta=linspace(3*pi/2-Arc_size, 3*pi/2-pi+Arc_size, N);
plot(big_radius*cos(Theta), big_radius*sin(Theta), 'color', [0, 1, 0], 'linewidth', thick_line);

% a hack to create some whitespace around the picture
fr=1.4;
plot(small_radius*fr, small_radius*fr, 'color', [1, 1, 1, ], 'linewidth', 1)
plot(-small_radius*fr, -small_radius*fr, 'color', [1, 1, 1, ], 'linewidth', 1)

%saveas(gcf, 'circle_charts.eps', 'psc2');
print('-dpsc2','-r900', 'circle_charts.eps')

% after that, I open the picture in the Gimp, make sure it gets antialiased, then I crop and resize

יומן העלאה מקורי

תיאור הקובץ המקורי נמצא כאן. כל שמות המשתמשים הבאים מתייחסים ל-en.wikipedia.
  • 2005-07-19 02:24 Oleg Alexandrov 400×376×8 (16154 bytes)
  • 2005-07-19 02:10 Oleg Alexandrov 300×270×8 (10660 bytes)
  • 2005-06-26 04:36 Oleg Alexandrov 250×250×8 (71728 bytes) Charts of a circle. Created by me with Matlab. {{PD}}
יש ליצור מחדש את התמונה math הזו באמצעות גרפיקה וקטורית כדוגמת קובץ SVG. לפעולה זו מספר יתרונות, כפי שניתן לקרוא (באנגלית) בדף Commons:Media for cleanup. אם ברשותכם קובץ SVG, אנא העלו אותו. לאחר מכן, החליפו תבנית זו בתבנית
{{vector version available|שם הקובץ.svg}}

יומן העלאה מקורי

תאריך/שעה ממדים משתמש הערה
‏5 ביוני 2007‏, 15:21:04 400 × 376 (16154 bytes) Oleg Alexandrov (שיחה · תרומות) {{Information |Description=Charts of a circle. Created by me with Matlab. Source code (public domain) <pre> % prepare the screen clf; hold on; axis equal; axis off; N=100; % just a big integer Arc_size=0.4; % an angle, determining how big the arcs will

כיתובים

נא להוסיף משפט שמסביר מה הקובץ מייצג

פריטים שמוצגים בקובץ הזה

מוצג

checksum אנגלית

593f26e99b172482ca88a58dcfaef413639985f0

הוגדר לפי: SHA-1 אנגלית

19,931 בית

376 פיקסל

400 פיקסל

היסטוריית הקובץ

ניתן ללחוץ על תאריך/שעה כדי לראות את הקובץ כפי שנראה באותו זמן.

תאריך/שעהתמונה ממוזערתממדיםמשתמשהערה
נוכחית18:36, 22 בנובמבר 2014תמונה ממוזערת לגרסה מ־18:36, 22 בנובמבר 2014‪376 × 400‬ (19 ק"ב)GifTaggerBot: Converting file to superior PNG file. (Source: Circle_charts.gif). This GIF was problematic due to non-greyscale color table.

אין בוויקיפדיה דפים המשתמשים בקובץ זה.