File:Complexidentityglyph.png

From specialfunctionswiki
Jump to: navigation, search
Complexidentityglyph.png(195 × 194 pixels, file size: 19 KB, MIME type: image/png)
#!/usr/bin/python
import numpy as np
import matplotlib.pyplot as plt
from mpmath import *
from pylab import rcParams

rcParams['figure.figsize'] = 2.5, 2.5
def g(x):
        return x
cplot(g ,[-1,1],[-1,1],points=400000,verbose=True)
plt.savefig('complexidentityglyph.png')

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current09:20, 16 June 2016Thumbnail for version as of 09:20, 16 June 2016195 × 194 (19 KB)Tom (talk | contribs)Category:Identityglyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.5, 2.5 def g(x): return x cplot(g ,[-1,1],[-1,1],points=400000,...
  • You cannot overwrite this file.

There are no pages that link to this file.

Metadata