File:Jacobitheta4,q=0.5plot.png
From specialfunctionswiki
Revision as of 18:58, 5 July 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(-15,15,0.01); f=np.vectorize(lambda x: jtheta(4,x,0.5)) y=f(x)...)
Size of this preview: 591 × 599 pixels. Other resolutions: 237 × 240 pixels | 873 × 885 pixels.
Original file (873 × 885 pixels, file size: 58 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(-15,15,0.01); f=np.vectorize(lambda x: jtheta(4,x,0.5)) y=f(x) fig, ax = plt.subplots() plt.xlabel(r'$x$') plt.ylabel(r'$\vartheta_4(x,1/2)$') plt.plot(x,y,linewidth=2,color='Black') plt.savefig('jacobitheta4,q=0.5plot.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 | 18:58, 5 July 2016 | 873 × 885 (58 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(-15,15,0.01); f=np.vectorize(lambda x: jtheta(4,x,0.5)) y=f(x)... |
- You cannot overwrite this file.
File usage
The following page links to this file: