Difference between revisions of "File:Complexsineplot.png"

From specialfunctionswiki
Jump to: navigation, search
(<pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(sin,[-10,10],[-10,10],points=50000,verbose=True) plt.title('Domain coloring of $\sin(z)$.') plt.savefig('complexsineplot.png',bbox_inches='tight',pad_...)
 
 
Line 1: Line 1:
 +
[[Category:DomainColoring]]
 
<pre>#!/usr/bin/python
 
<pre>#!/usr/bin/python
 
import numpy as np
 
import numpy as np

Latest revision as of 02:49, 8 February 2016

#!/usr/bin/python
import numpy as np
import matplotlib.pyplot as plt
from mpmath import *

cplot(sin,[-10,10],[-10,10],points=50000,verbose=True)
plt.title('Domain coloring of $\sin(z)$.')
plt.savefig('complexsineplot.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
current02:44, 8 February 2016Thumbnail for version as of 02:44, 8 February 2016570 × 571 (100 KB)Tom (talk | contribs)<pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(sin,[-10,10],[-10,10],points=50000,verbose=True) plt.title('Domain coloring of $\sin(z)$.') plt.savefig('complexsineplot.png',bbox_inches='tight',pad_...
  • You cannot overwrite this file.

The following page links to this file:

Metadata