File:Exponential decay mechanism.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

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

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
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

[edit]
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.

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)DoktorRF (talk | contribs)Removed 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)DoktorRF (talk | contribs)Increased title font size, increased line width
04:26, 28 February 2014Thumbnail for version as of 04:26, 28 February 2014800 × 600 (22 KB)DoktorRF (talk | contribs)User created page with UploadWizard

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata