From Wikibooks, open books for an open world
No higher resolution available.
[edit] Summary
| Description |
Expinvsq5.svg
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')

 |
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).
www.creativecommons.org/licenses/by/3.0 CC-BY-3.0 Creative Commons Attribution 3.0 truetrue
|
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment |
| current | 16:36, 2 November 2008 |  | 720 × 540 (19 KB) | Missionpilot | |
| 16:09, 1 November 2008 |  | 720 × 540 (15 KB) | Missionpilot | |
File usage
The following 2 pages link to this file:
Global file usage
The following other wikis use this file:
- Usage on sl.wikipedia.org
This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.
If the file has been modified from its original state, some details may not fully reflect the modified file.