File:Golden function.svg
Original file (SVG file, nominally 600 × 500 pixels, file size: 14 KB)
Captions
Summary
[edit]DescriptionGolden function.svg |
English: Graph of the Golden Function between x=-6 and x=+6. |
Date | |
Source | Own work |
Author | Qef |
Other versions | Created to replace similar bitmap graph http://en.wikipedia.org/wiki/Image:Goldenfunc.PNG |
Source code
[edit]Created with gnuplot using the following input file:
set terminal svg font "Bitstream Vera Sans,18" size 600,500 set output "Golden_function.svg" set xrange [-6:6] set yrange [0:6.5] set xzeroaxis linetype -1 set yzeroaxis linetype -1 set xtics axis nomirror offset 0,0.3 set ytics axis nomirror offset -0.8 set key off set grid set border 0 set samples 400 plot (x+sqrt(x**2+4))/2 with line linetype rgbcolor "red" linewidth 2
The output SVG was filtered with the following command to change the hyphens to proper minus signs:
sed -i 's/<text>-/<text>\xE2\x88\x92/g' Golden_function.svg
Licensing
[edit]Public domainPublic domainfalsefalse |
This work has been released into the public domain by its author, Qef. This applies worldwide. In some countries this may not be legally possible; if so: |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 06:33, 2 July 2008 | 600 × 500 (14 KB) | Qef (talk | contribs) | {{Information |Description={{en|1=Graph of the Golden Function between x=-6 and x=+6.}} |Source=Own work by uploader |Author=Qef |Date=2008-07-02 |Permission= |other_versions=Created to replace similar bitmap graph http://en.wikipedia.org/wik |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
- Usage on bs.wikipedia.org
- Usage on eo.wikipedia.org
- Usage on pl.wikipedia.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Image title | Produced by GNUPLOT 4.2 patchlevel 2 |
---|