Difference between revisions of "File:Scorerhiglyph.png"
From specialfunctionswiki
(Category:Plot <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x=np.arange(-3,3,0.1) x2=np.arange(-1,15,0.1) f=np.vectorize(scorerhi) y=f...) |
|||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:Scorerhiglyph]] |
<pre>#!/usr/bin/python | <pre>#!/usr/bin/python | ||
import numpy as np | import numpy as np |
Latest revision as of 19:43, 10 June 2016
#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x=np.arange(-3,3,0.1) x2=np.arange(-1,15,0.1) f=np.vectorize(scorerhi) y=f(x) def g(x): return 0 h=np.vectorize(g) y2=h(x2) fig, ax = plt.subplots() ax.spines['left'].set_color('none') ax.spines['bottom'].set_color('none') ax.spines['top'].set_color('none') ax.spines['right'].set_color('none') plt.tick_params(axis='x', which='both', bottom='off', top='off', labelbottom='off') plt.tick_params(axis='y', which='both', left='off', right='off', labelleft='off') plt.plot(x,y,linewidth=5,color='Black') plt.plot(x2,y2,linewidth=1,color='Black') plt.plot(y2,x2,linewidth=1,color='Black') plt.xlim(-3,3) plt.ylim(-0.3,14) plt.savefig('scorerhiglyph.png',bbox_inches='tight',pad_inches=0.0)
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:42, 10 June 2016 | 186 × 192 (4 KB) | Tom (talk | contribs) | Category:Plot <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 x=np.arange(-3,3,0.1) x2=np.arange(-1,15,0.1) f=np.vectorize(scorerhi) y=f... |
- You cannot overwrite this file.
File usage
There are no pages that link to this file.