File:Jacobitheta1,q=0.5plot.png

From specialfunctionswiki
Jump to: navigation, search
Original file(870 × 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(-15,15,0.01);
f=np.vectorize(lambda x: jtheta(1,x,0.5))
y=f(x)

fig, ax = plt.subplots()

plt.xlabel(r'$x$')
plt.ylabel(r'$\vartheta_1(x,1/2)$')

plt.plot(x,y,linewidth=2,color='Black')

plt.savefig('jacobitheta1,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/TimeThumbnailDimensionsUserComment
current18:51, 5 July 2016Thumbnail for version as of 18:51, 5 July 2016870 × 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(-15,15,0.01); f=np.vectorize(lambda x: jtheta(1,x,0.5)) y=f(x)...
  • You cannot overwrite this file.

The following page links to this file:

Metadata