File:Scorergiplot.png
From specialfunctionswiki
Size of this preview: 600 × 599 pixels. Other resolutions: 240 × 240 pixels | 886 × 885 pixels.
Original file (886 × 885 pixels, file size: 48 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(-20,30,0.01); f=np.vectorize(scorergi) y=f(x) def g(x): return 0 h=np.vectorize(g) y2=h(x) fig, ax = plt.subplots() plt.xlabel(r'$x$') plt.ylabel(r'$\mathrm{Gi}(x)$') plt.plot(x,y,linewidth=2,color='Black') plt.plot(x,y2,'--',linewidth=2,color='Black') plt.savefig('scorergiplot.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 | 22:56, 9 June 2016 | 886 × 885 (48 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(-20,30,0.01); f=np.vectorize(scorergi) y=f(x) def g(x):... |
- You cannot overwrite this file.
File usage
The following page links to this file: