plot 12
This commit is contained in:
parent
564a56d21b
commit
64905fc649
@ -11,7 +11,7 @@ def readFile(file):
|
|||||||
|
|
||||||
def createplotWER():
|
def createplotWER():
|
||||||
|
|
||||||
countL, y2 = readFile('wer.txt')
|
countL, y2 = readFile('werForPlot')
|
||||||
# Data for plotting
|
# Data for plotting
|
||||||
x = np.arange(1, countL, 1)
|
x = np.arange(1, countL, 1)
|
||||||
y = y2
|
y = y2
|
||||||
@ -29,7 +29,7 @@ def createplotWER():
|
|||||||
|
|
||||||
def createplotSRR():
|
def createplotSRR():
|
||||||
|
|
||||||
countL, y2 = readFile('srr.txt')
|
countL, y2 = readFile('srrForPlot')
|
||||||
# Data for plotting
|
# Data for plotting
|
||||||
x = np.arange(1, countL)
|
x = np.arange(1, countL)
|
||||||
y = y2
|
y = y2
|
||||||
|
Loading…
Reference in New Issue
Block a user