File:Square root 0 25.svg

Summary

Description
English: Graph of the square root of the values from zero to twenty five.
Date
Source Own work
Author Qef

Source code

Created with gnuplot using the following input file:

set terminal svg font "Bitstream Vera Sans,18" size 600,300
set output "Square_root.svg"

set xrange [0:25]
set yrange [0:5]
set xzeroaxis linetype -1
set yzeroaxis linetype -1
set xtics axis nomirror
set ytics axis nomirror
set mxtics 5
set key off
set grid
set border 0

set samples 400

plot x**0.5 with line linetype rgbcolor "red" linewidth 2

Licensing

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
Category:Self-published work#Square%20root%200%2025.svgCategory:PD-self#Square%20root%200%2025.svg Category:Square root graphs Category:SVG x-y functions Category:Images with Gnuplot source code
Category:Images with Gnuplot source code Category:PD-self Category:SVG x-y functions Category:Self-published work Category:Square root graphs