File:Eulerphiplot.png
From specialfunctionswiki
Revision as of 03:27, 22 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(-1,1,0.001); f=np.vectorize(lambda x: qp(x)) y=f(x) fig, ax =...)
Size of this preview: 590 × 599 pixels. Other resolutions: 236 × 240 pixels | 871 × 885 pixels.
Original file (871 × 885 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(-1,1,0.001); f=np.vectorize(lambda x: qp(x)) y=f(x) fig, ax = plt.subplots() plt.xlabel(r'$x$') plt.ylabel(r'$\phi(q)$') plt.plot(x,y,linewidth=2,color='Black') plt.xlim(-1.01,1.01) plt.savefig('eulerphiplot.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 | 03:27, 22 June 2016 | 871 × 885 (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(-1,1,0.001); f=np.vectorize(lambda x: qp(x)) y=f(x) fig, ax =... |
- You cannot overwrite this file.
File usage
The following page links to this file: