File:Smoothstep and Smootherstep.svg

Summary

Description
English: This is a graph, generated with GNUplot followed by manual editing of the resulting SVG, of the smoothstep and smootherstep functions commonly used in computer graphics.
set terminal svg enhanced size 1600 1200 fname "Bitstream Vera Sans" fsize 36
set output "/tmp/smoothstep.svg"
set key left top
set xrange [0:1]
set yrange [0:1]
set xtics 0.1
set ytics 0.1
plot (3*x**2-2*x**3) title "smoothstep(x)", (6*x**5-15*x**4+10*x**3) title "smootherstep(x)"
Date
Source Own work
Author Smoothstep graph
SVG development
InfoField
 The SVG code is valid.
 This plot was created with gnuplot.
Category:Valid SVG created with Gnuplot#Smoothstep%20and%20Smootherstep.svg
 Category:Translation possible - SVGThis plot uses embedded text that can be easily translated using a text editor.

Licensing

Smoothstep graph, the copyright holder of this work, hereby publishes it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Category:CC-Zero#Smoothstep%20and%20Smootherstep.svgCategory:Self-published work
Category:Images with Gnuplot source code Category:Polynomial functions
Category:CC-Zero Category:Images with Gnuplot source code Category:Polynomial functions Category:Self-published work Category:Translation possible - SVG Category:Valid SVG created with Gnuplot