Difference between revisions of "File:Jacobitheta4,q=0.5glyph.png"
From specialfunctionswiki
(Category:jacobitheta4glyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-10,10,0.001) f=np.vectorize(lambda x: jtheta(4,...) |
|||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:Jacobitheta4glyph]] |
<pre>#!/usr/bin/python | <pre>#!/usr/bin/python | ||
import numpy as np | import numpy as np |
Latest revision as of 05:32, 10 January 2017
#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-10,10,0.001) f=np.vectorize(lambda x: jtheta(4,x,0.5)) y1=f(x1) xvert=np.arange(-30,30,0.1) g=np.vectorize(lambda x: 0) yvert=g(xvert) fig, ax = plt.subplots() ax.spines['top'].set_color('none') ax.spines['left'].set_color('none') ax.spines['right'].set_color('none') plt.tick_params(axis='x', which='both', bottom='off', top='off', labelbottom='off') plt.tick_params(axis='y', which='both', left='off', right='off', labelleft='off') plt.plot(x1,y1,linewidth=5,color='Black') plt.plot(yvert,xvert,linewidth=1,color='Black') plt.plot(xvert,yvert,linewidth=1,color='Black') plt.xlim(-6.28,6.28) plt.ylim(-0.35,2.2) plt.savefig('jacobitheta4,q=0.5glyph.png',bbox_inches='tight',pad_inches=0.0)
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 05:32, 10 January 2017 | 186 × 192 (7 KB) | Tom (talk | contribs) | Category:jacobitheta4glyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-10,10,0.001) f=np.vectorize(lambda x: jtheta(4,... |
- You cannot overwrite this file.
File usage
There are no pages that link to this file.