Difference between revisions of "File:Complexgammaplot.png"

From specialfunctionswiki
Jump to: navigation, search
(Category:Plot <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(gamma,[-7,7],[-7,7],points=500000,verbose=True) plt.title('Domain coloring of $\Gamma(z)$.') plt.savefig('complexgammaplot.png',bbox...)
 
 
Line 1: Line 1:
[[Category:Plot]]
+
[[Category:DomainColoring]]
 
<pre>#!/usr/bin/python
 
<pre>#!/usr/bin/python
 
import numpy as np
 
import numpy as np

Latest revision as of 05:36, 16 May 2016

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

cplot(gamma,[-7,7],[-7,7],points=500000,verbose=True)
plt.title('Domain coloring of $\Gamma(z)$.')
plt.savefig('complexgammaplot.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
current05:36, 16 May 2016Thumbnail for version as of 05:36, 16 May 2016551 × 571 (186 KB)Tom (talk | contribs)Category:Plot <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(gamma,[-7,7],[-7,7],points=500000,verbose=True) plt.title('Domain coloring of $\Gamma(z)$.') plt.savefig('complexgammaplot.png',bbox...
  • You cannot overwrite this file.

The following page links to this file:

Metadata