File:Jacobidn,m=0.8glyph.png

From specialfunctionswiki
Jump to: navigation, search
Jacobidn,m=0.8glyph.png(186 × 192 pixels, file size: 7 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'] = 2.4,2.4

x=np.arange(-6.7,6.7,0.001)
f=np.vectorize(lambda x: ellipfun('dn',x,0.8))
y=f(x)
def g(x):
        return 0.33
h=np.vectorize(g)
y2=h(x)

fig, ax = plt.subplots()

ax.spines['left'].set_position('center')
ax.spines['right'].set_color('none')
#ax.spines['bottom'].set_position(('axes',0.0))
ax.spines['top'].set_color('none')
ax.spines['left'].set_smart_bounds(True)
ax.spines['bottom'].set_smart_bounds(True)
ax.xaxis.set_ticks_position('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.ylim(0.3,1.03)
plt.xlim(-6.7,6.7)
plt.plot(x,y,linewidth=5,color='Black')
plt.plot(x,y2,linewidth=1,color='Black')

plt.savefig('jacobidn,m=0.8glyph.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
current18:11, 9 June 2016Thumbnail for version as of 18:11, 9 June 2016186 × 192 (7 KB)Tom (talk | contribs)Category:Jacobidnglyph <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 x=np.arange(-6.7,6.7,0.001) f=np.vectorize(lambda x: ellipfun('dn...
  • You cannot overwrite this file.

There are no pages that link to this file.

Metadata