File:Complexarctanplot.png

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

cplot(atan,[-2,2],[-2,2],points=500000,verbose=True)
plt.title('Domain coloring of $\mathrm{arctan}(z)$.')
plt.savefig('complexarctanplot.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
current22:44, 15 May 2016Thumbnail for version as of 22:44, 15 May 2016579 × 571 (93 KB)Tom (talk | contribs)Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(atan,[-2,2],[-2,2],points=500000,verbose=True) plt.title('Domain coloring of $\mathrm{arctan}(z)$.') plt.savefig('complexa...
  • You cannot overwrite this file.

The following page links to this file:

Metadata