File:Expinvsq5.svg

From Wikibooks, open books for an open world
Jump to: navigation, search
Expinvsq5.svg(SVG file, nominally 720 × 540 pixels, file size: 19 KB)

[edit] Summary

Description

Changed the width of the lines

Date

1 November 2008(2008-11-01)

Source

Own work

Author

Missionpilot

Permission
(Reusing this file)
See below.
Other versions Expinvsq4.svg

[edit] Source code

import matplotlib
matplotlib.use('Agg')
import numpy as np
import matplotlib.pyplot as plt
 
t = np.arange (-3, 3, .1)
plt.plot (t, t * 0, 'r-', linewidth=2, antialiased=True)
plt.plot (t, np.exp(-1 / t**2), 'g-', linewidth=2, antialiased=True)
 
plt.axis([-3, 3, -3, 3])
plt.grid (True)
plt.savefig ('Expinvsq5.svg')

[edit] Licensing

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 attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).

File history

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

Date/TimeThumbnailDimensionsUserComment
current16:36, 2 November 2008Thumbnail for version as of 16:36, 2 November 2008720 × 540 (19 KB)Missionpilot ( Category:Taylor Series)
16:09, 1 November 2008Thumbnail for version as of 16:09, 1 November 2008720 × 540 (15 KB)Missionpilot ({{Information |Description=Changed the width of the lines |Source=myself |Date=November 1, 2008 |Author=Missionpilot |Permission= |other_versions=Expinvsq4.svg }} Category:Taylor Series <!--{{ImageUpload|basic}}-->)

The following 2 pages link to this file:

Global file usage

The following other wikis use this file:

Metadata

Personal tools
Namespaces
Variants
Views
Actions
Navigation
Community
Toolbox
Sister projects