File:Coversinplot.png
From specialfunctionswiki
Revision as of 04:23, 3 October 2016 by Tom (talk | contribs) (Category:Plot <pre> #!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 10, 10 x=np.arange(-10,10,0.001); f=np.vectorize(lambda x: 1-sin(x)) y=f(x) fig,...)
Size of this preview: 591 × 600 pixels. Other resolutions: 236 × 240 pixels | 872 × 885 pixels.
Original file (872 × 885 pixels, file size: 49 KB, MIME type: image/png)
#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 10, 10 x=np.arange(-10,10,0.001); f=np.vectorize(lambda x: 1-sin(x)) y=f(x) fig, ax = plt.subplots() plt.xlabel(r'$x$') plt.ylabel(r'$\mathrm{coversin}(x)$') plt.plot(x,y,linewidth=2,color='Black') plt.savefig('coversinplot.png',bbox_inches='tight',pad_inches=0.15)
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 04:23, 3 October 2016 | 872 × 885 (49 KB) | Tom (talk | contribs) | Category:Plot <pre> #!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 10, 10 x=np.arange(-10,10,0.001); f=np.vectorize(lambda x: 1-sin(x)) y=f(x) fig,... |
- You cannot overwrite this file.
File usage
The following page links to this file: