File:Complexe1plot.png

From specialfunctionswiki
Jump to: navigation, search
Complexe1plot.png(571 × 571 pixels, file size: 104 KB, MIME type: image/png)
#!/usr/bin/python
import numpy as np
import matplotlib.pyplot as plt
from mpmath import *

def plotme(x):
        return expint(1,x)

cplot(plotme,[-20,20],[-20,20],points=50000,verbose=True)
plt.title(r'Domain coloring of $\mathrm{E}_1(z)$.')
plt.savefig('complexe1plot.png',bbox_inches='tight',pad_inches=0.1)

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current20:49, 23 May 2016Thumbnail for version as of 20:49, 23 May 2016571 × 571 (104 KB)Tom (talk | contribs)Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * def plotme(x): return expint(1,x) cplot(plotme,[-20,20],[-20,20],points=50000,verbose=True) plt.title(r'Domain coloring...
  • You cannot overwrite this file.

The following page links to this file:

Metadata