File:Complexcothplot.png

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

cplot(coth,[-5,5],[-10,10],points=50000,verbose=True)
plt.title('Domain coloring of $\mathrm{coth}(z)$.')
plt.savefig('complexcothplot.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
current08:32, 16 May 2016Thumbnail for version as of 08:32, 16 May 2016336 × 571 (60 KB)Tom (talk | contribs)Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(coth,[-5,5],[-10,10],points=50000,verbose=True) plt.title('Domain coloring of $\mathrm{coth}(z)$.') plt.savefig('complexco...
  • You cannot overwrite this file.

The following page links to this file:

Metadata