File:Kelvinbei,n=0plot.png
From specialfunctionswiki
Revision as of 00:27, 11 June 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(-6,6,0.01); f=np.vectorize(lambda x: bei(0,x)) y=f(x) fig, ax...)
Size of this preview: 592 × 600 pixels. Other resolutions: 237 × 240 pixels | 865 × 876 pixels.
Original file (865 × 876 pixels, file size: 37 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(-6,6,0.01); f=np.vectorize(lambda x: bei(0,x)) y=f(x) fig, ax = plt.subplots() plt.xlabel(r'$x$') plt.ylabel(r'$\mathrm{bei}_0(x)$') plt.plot(x,y,linewidth=2,color='Black') plt.ylim(-3,2.5) plt.xlim(-6,6) plt.savefig('kelvinbei,n=0plot.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 | 00:27, 11 June 2016 | 865 × 876 (37 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(-6,6,0.01); f=np.vectorize(lambda x: bei(0,x)) y=f(x) fig, ax... |
- You cannot overwrite this file.
File usage
The following page links to this file: