File:Complextanhglyph.png

From specialfunctionswiki
Revision as of 20:32, 14 May 2016 by Tom (talk | contribs) (Category:Tanhglyph <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 cplot(lambda x: tanh(x),[-4,4],[-4,4],points=400000,verbose=True)...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Complextanhglyph.png(194 × 194 pixels, file size: 148 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

cplot(lambda x: tanh(x),[-4,4],[-4,4],points=400000,verbose=True)
plt.savefig('complextanhglyph.png')

File history

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

Date/TimeThumbnailDimensionsUserComment
current20:32, 14 May 2016Thumbnail for version as of 20:32, 14 May 2016194 × 194 (148 KB)Tom (talk | contribs)Category:Tanhglyph <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 cplot(lambda x: tanh(x),[-4,4],[-4,4],points=400000,verbose=True)...
  • You cannot overwrite this file.

There are no pages that link to this file.

Metadata