From English Wikipedia @ Freddythechick
Original file (SVG file, nominally 600 × 600 pixels, file size: 18 KB)
Summary
Gnuplot
# Author: Ika, 2013-07-25
set term svg size 600,600 enhanced font 'Times, 12'
set output 'func.svg'
set multiplot
set xrange [-1:1.5]
set yrange [-1:1.5]
set xtics 0.2
set ytics 0.2
set xzeroaxis lt -1 lc rgb "blue" lw 1
set yzeroaxis lt -1 lc rgb "yellow" lw 1
unset label
# Draw the exponential function
set key off
set linestyle 1 lt 2 lc rgb "gray" lw 12
set grid back ls 1.5
plot (4*(x**3)-6*x*x+1)*sqrt(x+1)/(3-x) lc rgb "red" lw 5
unset multiplot
set term x11
set output
Licensing
I, the copyright holder of this work, hereby publish it under the following licenses:
|
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue
|

|
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
|
|
|
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
|
This licensing tag was added to this file as part of the GFDL licensing update.http://creativecommons.org/licenses/by-sa/3.0/CC BY-SA 3.0Creative Commons Attribution-Share Alike 3.0truetrue
|
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
https://creativecommons.org/licenses/by/2.5CC BY 2.5 Creative Commons Attribution 2.5 truetrue
You may select the license of your choice.
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment |
current | 12:46, 25 July 2013 |  | 600 × 600 (18 KB) | wikimediacommons>IkamusumeFan | 1. Source code added; 2. Refine axis labels; 3. Grid added. |
File usage
The following page uses this file:
This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.
If the file has been modified from its original state, some details may not fully reflect the modified file.