File:Complextangentplot.png

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

cplot(tan,[-10,10],[-5,5],points=50000,verbose=True)
plt.title(r'Domain coloring of $\tan(z)$.')
plt.savefig('complextangentplot.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
current03:08, 8 February 2016Thumbnail for version as of 03:08, 8 February 2016700 × 401 (69 KB)Tom (talk | contribs)Category:DomainColoring <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(tan,[-10,10],[-5,5],points=50000,verbose=True) plt.title(r'Domain coloring of $\tan(z)$.') plt.savefig('complextangentplot...
  • You cannot overwrite this file.

The following page links to this file:

Metadata