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.
 
This W3C-unspecified plot was created with Gnuplot.
Category:Unspec SVG created with Gnuplot#00100328Smoothstep%20and%20Smootherstep.svg
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

Licensing

I, the copyright holder of this work, hereby publish 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.svg
Category:Self-published work Category:Images with Gnuplot source code Category:Polynomial functions
Category:CC-Zero Category:Images with Gnuplot source code Category:Pages using deprecated source tags Category:Polynomial functions Category:Self-published work Category:Unspec SVG created with Gnuplot