File:Complexarcsinhglyph.png

From specialfunctionswiki
Jump to: navigation, search
Complexarcsinhglyph.png(194 × 194 pixels, file size: 17 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: asinh(x),[-4,4],[-4,4],points=400000,verbose=True)
plt.savefig('complexarcsinhglyph.png')

File history

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

Date/TimeThumbnailDimensionsUserComment
current19:14, 15 May 2016Thumbnail for version as of 19:14, 15 May 2016194 × 194 (17 KB)Tom (talk | contribs)Category:Arcsinhglyph <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: asinh(x),[-4,4],[-4,4],points=400000,verbose=Tru...
  • You cannot overwrite this file.

There are no pages that link to this file.

Metadata