File:Exponential decay mechanism.svg

Original file(SVG file, nominally 800 × 600 pixels, file size: 20 KB)

Summary

Description
English: Created in gnuplot.
set terminal svg size 800, 600 font 'Liberation Serif, 16' dashed enhanced
set output '../graphs/exponential decay mechanism.svg'

unset title
set xrange [-1:2]
set yrange [0:10]

set xtics -1.5, 0.5, 2 scale 0.65
set ytics 0, 1, 10 scale 0.65

set grid xtics linetype 0 linewidth 1 linecolor rgb '#BBBBBB'
set grid ytics linetype 0 linewidth 1 linecolor rgb '#BBBBBB'

set key top right title 'f(x) = 1 + e^{-ax}' box linewidth 1 linecolor rgb '#000000'

plot \
1 + exp(1) ** (-2 * x) title 'a = 2' linetype 1 linewidth 2.5 linecolor rgb '#00BC67', \
1 + exp(1) ** (-4 * x) title 'a = 4' linetype 1 linewidth 2.5 linecolor rgb '#FFA500', \
1 + exp(1) ** (-6 * x) title 'a = 6' linetype 1 linewidth 2.5 linecolor rgb '#D60075', \
exp(0) notitle linetype 2 linewidth 1 linecolor rgb '#000000'

unset output
Date
Source Own work
Author DoktorRF

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution
This file is licensed under the Creative Commons Attribution 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.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

27 February 2014

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current22:49, 2 March 2014Thumbnail for version as of 22:49, 2 March 2014800 × 600 (20 KB)DoktorRFRemoved title, as an image caption should be used instead; removed fourth line and changed colors of remaining three lines to increase contrast
04:30, 28 February 2014Thumbnail for version as of 04:30, 28 February 2014800 × 600 (22 KB)DoktorRFIncreased title font size, increased line width
04:26, 28 February 2014Thumbnail for version as of 04:26, 28 February 2014800 × 600 (22 KB)DoktorRFUser created page with UploadWizard

The following page uses this file:

Global file usage

The following other wikis use this file:

Metadata