File:Struveh0glyph.png

From specialfunctionswiki
Jump to: navigation, search
Struveh0glyph.png(192 × 191 pixels, file size: 8 KB, MIME type: image/png)
#!/usr/bin/python
import numpy as np
import matplotlib.pyplot as plt
from mpmath import *
from pylab import rcParams
import scipy.special
rcParams['figure.figsize'] = 2.4,2.4

x1=np.arange(-10,10,0.001)
f=np.vectorize(lambda x: scipy.special.struve(0,x))
y1=f(x1)

g=np.vectorize(lambda x: 0)

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.xlim(-10,10)

plt.savefig('struveh1glyph.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/TimeThumbnailDimensionsUserComment
current21:59, 28 October 2017Thumbnail for version as of 21:59, 28 October 2017192 × 191 (8 KB)Tom (talk | contribs)
00:05, 24 October 2017Thumbnail for version as of 00:05, 24 October 2017192 × 191 (7 KB)Tom (talk | contribs)<pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams import scipy.special rcParams['figure.figsize'] = 2.4,2.4 x1=np.arange(-10,10,0.001) f=np.vectorize(lambda x: scipy.special.struv...
  • You cannot overwrite this file.

There are no pages that link to this file.

Metadata