File:Expinvsq5.svg

Summary

Description Changed the width of the lines
Date
Source Own work
Author Missionpilot
Other versions Expinvsq4.svg

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')

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 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.
Category:CC-BY-3.0#Expinvsq5.svg Category:Taylor series Category:Images with Python source code Category:SVG created with Matplotlib Category:Differentiability (functions)
Category:CC-BY-3.0 Category:Differentiability (functions) Category:Images with Python source code Category:Pages using deprecated source tags Category:SVG created with Matplotlib Category:Taylor series