File:Loghyperfactorialplot.png
From specialfunctionswiki
Revision as of 19:21, 25 September 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(0,10,1); f=np.vectorize(lambda x: log(hyperfac(x))) y=f(x) fi...)
Size of this preview: 594 × 599 pixels. Other resolutions: 238 × 240 pixels | 868 × 876 pixels.
Original file (868 × 876 pixels, file size: 15 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(0,10,1); f=np.vectorize(lambda x: log(hyperfac(x))) y=f(x) fig, ax = plt.subplots() plt.xlabel(r'$n$') plt.ylabel(r'$\log(H(n))$') plt.scatter(x,y,linewidth=2,color='Black') plt.savefig('loghyperfactorialplot.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 | 19:21, 25 September 2016 | 868 × 876 (15 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(0,10,1); f=np.vectorize(lambda x: log(hyperfac(x))) y=f(x) fi... |
- You cannot overwrite this file.
File usage
The following page links to this file: