File:Lambertw0plot.png

From specialfunctionswiki
Jump to: navigation, search
Original file(886 × 885 pixels, file size: 28 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

x1=np.arange(-0.367,25,0.001);

f=np.vectorize(lambertw)
y1=f(x1)

fig, ax = plt.subplots()

plt.xlabel(r'$x$')
plt.ylabel(r'$W_0(x)$')

plt.plot(x1,y1,linewidth=2,color='Black')

plt.savefig('lambertw0plot.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
current05:17, 16 September 2016Thumbnail for version as of 05:17, 16 September 2016886 × 885 (28 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 x1=np.arange(-0.367,25,0.001); f=np.vectorize(lambertw) y1=f(x1) fig, ax...
  • You cannot overwrite this file.

The following page links to this file:

Metadata