Difference between revisions of "File:Complexsineglyph.png"
From specialfunctionswiki
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Sineglyph]] | [[Category:Sineglyph]] | ||
+ | [[Category:hypergeometric0f1glyph]] | ||
+ | <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: sin(x),[-10,10],[-10,10],points=400000,verbose=True) | ||
+ | plt.savefig('complexsine.png')</pre> |
Latest revision as of 05:58, 10 January 2017
#!/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: sin(x),[-10,10],[-10,10],points=400000,verbose=True) plt.savefig('complexsine.png')
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 19:57, 7 February 2016 | 194 × 194 (148 KB) | Tom (talk | contribs) |
- You cannot overwrite this file.
File usage
There are no pages that link to this file.