Revision history of "File:Gammaplot.png"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 23:40, 23 May 2016Tom (talk | contribs). . (1,891 bytes) (+1,891). . (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'] = 10, 10 x0=np.arange(0.03,5.2,0.001); #right piece x1=np.arange(-0.97,-0.03,0.001);...)